How many times will the following loop execute?
public static void main(String args[])
{
int i = 1;
while (i < 10)
if (itt % 2 == 0)
System.out.println(i);
}
A. 4
B. 5
С. 0
D. 10
Answers
Answered by
0
Answer:
qwertyuiopasdfghjklzxcvbnm
Similar questions