Computer Science, asked by mansuraahmed01, 3 months ago

What will the following methods return? (2)

i. Math.abs(Math.max(-8,-11));​

Answers

Answered by CdtRaghib
1

Answer:

it will return 8

max(-8,-11)=-8

abs(-8)=8

Similar questions