![What is the output of the following code? import java.lang.Math. class Main public static void main(String args[]) System.out](https://media.cheggcdn.com/media%2F824%2F824332dd-ec0f-493f-b894-24206bfca321%2Fimage.png)
What is the output of the following code? import java.lang.Math. class Main public static void main(String args[]) System.out.println(Math.round(-7.5); System.out.println(Math.abs (-7.5)); System.out.println(Math.ceil(-7.5)); System.out.println(Math.floor(-7.5)) a. -7 7.5-7.0-8.0 b.-8 7.5-7.0-8.0 c. -8-7-8.0-7.0 d. -77-7.0-8.0 Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .