fondagateley fondagateley 09-12-2022 Computers and Technology contestada What is the output of this for loop? for(int i = 0; i < 100; i += 2) { System.out.println(i); }