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. |
Bookmark:
Search for code examples on this site
