A
Q. How many times will this loop execute?
for(int i = 0; i < 5; i++) {
// code
}
- Correct Answer - Option(B)
- Views: 12
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.