Question: Write a complete program in C which will prompt the user to enter an integer OR 99 to quit. If the entered integer is divisible
Write a complete program in C which will prompt the user to enter an integer OR 99 to quit. If the entered integer is divisible by 10, the program should display This is a round number. Then it should ask for the next number. The program should keep asking for numbers until the user enters 99. If the user enters 99, the program should display an ending message and not ask for anymore numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
