Prime b

Prime b

  • NA
  • 810
  • 340k

Second Chance

Dec 27 2011 2:22 PM
So this is my problem

Write a console-based program that prompts a user for
an hourly pay rate. If the user enters values less than $7.50
or greater than $49.99, prompt the user again. If the user
enters an invalid value again, display an appropriate error
message. If the user enters a valid value on either the
first or second attempt, display the pay rate as well as the
weekly rate, which is calculated as 40 times the hourly
rate.

My question is how do I prompt the user several times?



Answers (7)