Hi,
i'm a very beginer of C language. I have a little problem, Which is:

Write a programme that reads an integer value between 0 and 100 representing the amount of purchase in cents. Produce an error message if the input value is not in that range. If the input is valid, determine the amount of change that would be recieved from one dollar, and print the number of quarters, dimes, nickels and pennies that should be returned....