MCQOPTIONS
Saved Bookmarks
| 1. |
What is the action of rint() in Java |
| A. | Returns the absolute value of the argument |
| B. | Returns the smallest of the two arguments |
| C. | Returns the double value that is closest in value to the argument |
| D. | Returns the largest integer that is less than or equal to the argument |
| Answer» D. Returns the largest integer that is less than or equal to the argument | |