Question: 4 (3 points each) Give your correct answer, or no answer if the question is wrong. (1)Type a statement that outputs: I like FMUI System.out.print(I
4 (3 points each) Give your correct answer, or "no answer" if the question is wrong. (1)Type a statement that outputs: "I like FMUI" System.out.print("I like FMU!"); or System.out.println("I like FMU!"); (2)x= -9.0; z= Math.sqrt(Math.abs(x)); z is (3) Integer division modulo: (5 + 10 + 15) (1/3) = ? (4) y = Math.pow(2.0, 8.0); y is (5) Integer division modulo: 0%8 = ? (6) w = 3.0; y = Math.pow(w + 1.0, 2.0); y is (7) 3.0/1.5 = ? (8) Math.round(23.49) + 27.1+(-0.1) = ? (9) z = Math.pow(2.0, Math.pow(2.0, 3.0)); z is
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
