Gracebrown4355 Gracebrown4355 10-01-2024 Computers and Technology contestada How many times will the loop execute?EX:int i = 0;while(i < 50){ System.out.println(i); i += 10; 1) 0 2) 4 3) 5 4) 50