double A=Math.sqrt(Math.max(36,-1));
System.out.println( A);
State the output of the above
Answers
Answered by
1
Answer:
double A=Math.sqrt(Math.max(36,-1));
Output=6.0
Steps how it executed:-
Math.sqrt(Math.max(36,-1));
Math.sqrt(36)
=6.0
Similar questions
Math,
1 month ago
World Languages,
1 month ago
Social Sciences,
1 month ago
English,
2 months ago
Math,
9 months ago
Math,
9 months ago
Hindi,
9 months ago