By www.hendermonger.com
#1 If int A = -53, what is the value of "Math.abs(A)"?
#2 If int B = 4 and int C = 4, what will the system output for the statement "System.out.println(Math.pow(B,C));"?: #3 If int D = 2, what will the system output for the statement "System.out.println(Math.floor(D));"?: #4 What is the range of values the Math.random() function generates?: #5 What kind of variable will a Math.sqrt() function output"?: |