+ 2
What happens when running the following code? do ( System.out.println("helium"); )while (false);
A. It completes successfully without output. B. It outputs helium once. C. It keeps outputting helium. D. The code does not compile.
3 Answers
+ 4
Unless you mistyped {} with () I guess it would be D, challenge question?
+ 1
in my opinion the answer is B
+ 1
I don't know java but i would assume the answer is B