

MCQOPTIONS
Saved Bookmarks
1. |
How do you find the number with the highest value of x and y?$? |
A. | ceil(x,y) |
B. | top(x,y) |
C. | Math.ceil(x,y) |
D. | Math.max(x,y) |
Answer» E. | |