I need help getting a static method to print a number after multiplying it
/**
* Multiplies two values and prints result
* @param a the first value
* @param b the second value
*/
public static void multiplyAndPrint(double a, double b) {
System.out.println(a * b);
}
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
JavaJSPJSF