Computer Science, asked by dagamala04, 8 months ago

8) What will be the value of p and q?
a) int p=Math.abs(Math.max(-91,-97);​

Answers

Answered by mahima2345
2

Answer:

p=91

Explanation:

here p is an integer value which will be the absolute value of the max no. between -91 and -97.... which is -91 so the final answer of p will be 91

as absolute value gives positive magnitude of the given no.

therz only p variable given in the function provided

Similar questions