Latest Pratian technologies Aptitude Question SOLUTION: state the output of the following code: intnum=80; inti=1; intmul=1; while(i<=num){ System.out.println(i+" "); i+=4*mul++; if(mul%3==0) ++mul; }