What would be the output, if it is executed as a program?
A. name =, pass =
B. name = null, pass = null
C. name = null, pass = false
D. name = null pass = true
E. Compile error.
What is the result?
A.
ii = 1
ii = 2
B. Compilation fails
C. The program prints nothing
D. The program goes into an infinite loop with no output
E. The program goes to an infinite loop outputting:
ii...