What will be the value of p after the execution of the following statement:
int p = Math.abs(Math.max(-91,-97));
Answers
Answered by
6
Question:-
➡ Write the value of p after execution of following statements.
Solution:-
➡ p=Math.abs(Math.max(-91,-97))
➡ p=Math.abs(-91)
➡ p=91
Answer:-
➡ The final value of p after execution is 91.
Answered by
2
After Execution:
p = 91
Similar questions
Political Science,
2 months ago
English,
5 months ago
Accountancy,
11 months ago
Accountancy,
11 months ago
Accountancy,
11 months ago