|
Do you need help with your Java programming?
Click here for instant help with your Java code. |
Java Question About the Ceil Method of the Math Class
What is the output when the following statement is run? |
Math.ceil(7.01); |
A. 7 B. 7.0 C. 7.5 D. 8 E. 8.0 |
Search for code examples on this site
