Ae galera eu fiquei na duvida nessa questao … ai achei oportuno pra galera dar uma olhada …
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?
a. Prints: NaN
b. Prints: 0.0
c. Prints: 0
d. Compile-time error
e. Run-time error
f. None of the above
