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
0
Answer:
200
Explanation:
ya I hope it's helping
Similar questions
Psychology,
3 months ago
Geography,
3 months ago
Hindi,
3 months ago
Social Sciences,
6 months ago
Math,
6 months ago