Computer Science, asked by anshumaurya902602045, 5 months ago

What will be the output of the following?

double a= -5.0,b= -3.0,c= -6.0,d=25.60d;

System.out.println (Math.abs(Math.max(a,Math.min(b,c))));

System.out.println(Math.pow(c,-1)); ​

Answers

Answered by maliana36
0

Answer:

Invalid Choice.......................................

Similar questions