Java Programming Basics and Oracle Database Administration

Casual Mode - Take your time!

1 / 5
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Provide a declaration for i that turns this loop into an infinite loop: while( i != i){ }

  1. String i = "abc"
  2. double i = 0.0/0.0
  3. int i = 3/7
  4. int i = 0
Change Mode