sofiadaniela0000 sofiadaniela0000 18-11-2020 Computers and Technology contestada NEED HELP ASAP JAVA multiple choice How many times will the following loop repeat? int num = 49; while (num > 0) { if (num % 2 == 0) { num++; } else { num-- } } A. 21 B. 22 C. 20 D. Infinite Loop E. 23