write a while loop that subtracts 9 from userinput, assigns userinput with the difference, and outputs the updated userinput, followed by a newline. the loop iterates until userinput is less than or equal to 0.



Answer :

Other Questions