Computer Science, asked by biswasrai425, 4 months ago

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 koyelchaudhuri06
3

Answer:-

Here's your answer. Hope it helps you champ

Attachments:
Similar questions