1.

What is the output of this program? class Output { public static void main(String args[]) { double x = 102; double y = 5; double z = Math.IEEEremainder(x, y); System.out.print(z);} } }

A. 0
B. 1
C. 2
D. 3
Answer» D. 3


Discussion

No Comment Found