0
What is the output of this code?
float a = 0.0f; float b = a; System.out.print(a/b);
6 Answers
+ 9
NaN.
+ 4
for float data type, there should be a f written after the number.
+ 2
error
0
This is not a problem.. It's due to i write from my phone.
0
What is f in 0.0f



