1.

Write the output:System.out.printIn(Math.pow(4.0,2.0)) ;System.out.printIn(Math.round(6.459));

Answer»

Output

16.0

6.5



Discussion

No Comment Found