Give the output of the following program segment:
double x = 9.3, y = 7.6;
System.out.println (Math.min(Math.floor (x), y)
System.out.println (Math.max (Math.ceil(x), y))
Answers
Answered by
3
Answer:-
Here's your answer. Hope it helps you champ
Attachments:
Similar questions