class SRC104 { public static void main (String[] args) { System.out.print(Math.round(Float.NaN)); }} What is the result of attempting to compile and run the program?
Prints: NaN
Prints: 0.0
Prints: 0
Compile-time error
Run-time error