Single Choice
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
92 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
Explanation
10
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic