Convert the following while loop into for loop: [3] Int n=436571; Int x=n,c; while(x>0) { c=x % 10; System.out.print(c); x=x/10; }
Answers
Answered by
0
Answer:
Explanation:
Similar questions
English,
25 days ago
Chemistry,
25 days ago
Physics,
1 month ago
Math,
9 months ago
Political Science,
9 months ago