Computer Science, asked by ghausuddinmd93, 3 months ago

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);​

Answers

Answered by nadimintirashmitha25
0

Answer:

200

Explanation:

ya I hope it's helping

Similar questions