|
Do you need help with your Java programming?
Click here for instant help with your Java code. |
Java Question About the Max Method of the Math Class
What will be the output from this statement? |
System.out.println( Math.max(-8, 8) ); // www.javadb.com |
A. -8 B. 0 C. 8 D. 4 E. It doesn't compile. |
Search for code examples on this site
