Hello,
I am hoping someone can show me how to do this:
I'm stuck on this problem and can't get it to work :(
(While loop with counter control repetition) - Starting from number 100 count down to 1, using a while loop and a decrement operator. As your program counts down, every time you find a number that is exactly divisible by 9 (no remainder), print a line containing the number and the result (quotient) of the division.
ANY help is much appreciated.
