Posts by Danilo98 • 13 points
1 post
-
1
votes1
answer928
viewsQ: In descending order, remove a value from the inserted number to 0
I need the program to remove a value from the user’s number until it reaches 0. I don’t know if the loop used should be the for, but my program was like this. package numerodescrecente; import…