In the below code, how many iterations will this loop execute? public class Main {     public static void main(String[] args) {         int v = -1;         int i = 0;                  while (i < 10) {             if (i < 5) {                 System.out.println(v);             }             i++;         }     } }数值题

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!