Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The method scale(int, int) in the type MainClass is not applicable for the arguments (double, double)
at MainClass.main(MainClass.java:12)
the compiler will not convert a double to an int without a specific cast.