Questions


July 2021 1 54 Report
⇒ Write the output of the following:
class outputs { void get() {
System.out.println(Math.abs(Math.min(-2.83,-5.83));
System.out.println(Math.ceil(3.4)+Math.pow(2,3));
System.out.println(Math.sqrt(Math.floor(16.3)));
System.out.println(Math.round(Math.abs(-2.5)));
System.out.println(Math.cbrt(125)); }}

Answers & Comments


Add an Answer


Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Helpful Social

Copyright © 2024 EHUB.TIPS team's - All rights reserved.