Question 5: What will be the following functions display(output):
[10]
1) System.out.println(Math.ceil(10));
2) System.out.println(Math.min(Math.floor(x,y); if x= 2.9 and y= 2.5
3) System.out.println(Math.rint (Math.abs(b); if b--15.6.
4) System.out.println(Math.max(-17,-19));
5) System.out.println(Math.pow(4,3));
B (60 Marks)
Answers
Answered by
1
Step-by-step explanation:
1. 1o.o
2.2.0
3._16.0
4._19
5.64
Similar questions