Computer Science, asked by chaarveeh, 7 months ago

find output for:
System.out.println(Math.min (0,-20.7))​

Answers

Answered by gyadav30122000
2

Explanation:

main(){intx;x=5cout<<x++;cout<<x;cout<<++x+4= (1x4)+1 = 5

2+5= (2x5)+2 = 12

3+6 = (3x6)+3= 21

Applying the same trick

8+11= (8x11)+ 8= 96.

Therefore the Answer is “96”.

Similar questions