1.

4. What will be the output of following program:long num=37373737, t=num,q=0;System.out.println(num);while(t>0){ q=q+t% 10;t=100;}System.out.println("Final output="+q);​

Answer»

200Explanation:YA I HOPE it's HELPING



Discussion

No Comment Found