cariocabrian38501 cariocabrian38501 28-05-2024 Computers and Technology Answered How many times will the following loop run?int i = 0;while (i < 10){System.out.println(i);i++;}a. 63b. An infinite number of timesc. 2 timesd. 10