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="+9);huwing program segment ar​

Answer»

I don't UNDERSTAND your QUESTION



Discussion

No Comment Found