Computer Science, asked by shagunverma170, 6 months ago

system.out.println(Math.max(-77.66,-87.33));​

Answers

Answered by Anonymous
4

# this java expression prints the maximum value of the two numbers. use concept of integers here.

OUTPUT :-

-77.66

Similar questions