MCQ
Single Best Answer
Easy
QWhat will be the output of the following code fragment?
int x = 5,y= 10;
System.out.printin (Math.max(x, y));
ID: #23219
Mathematical Library Methods in Java
78 views
Question Info
#23219Q ID
EasyDifficulty
Mathematical Library Methods in JavaTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
10
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic