What will be the output of this small program? public class Main {   public static void main(String[] args) {     int a = 0;     int b = 0;     for (int c = 3; c <= 5; c++) {       b = 8;       while (b > c) {         b = b - 1;         a = a - b;       }       b = b + a;     }     System.out.print(b);   } } Trace this code Links to an external site.简答题

登录即可查看完整答案

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

更多留学生实用工具

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