A
Q. How many times will the loop run?
int i = 0;
while(i > 0) {
System.out.println(i);
}
- Correct Answer - Option(C)
- Views: 11
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.