Advertisement
akosiraff

Pay Rate C#

Mar 5th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Download: http://solutionzip.com/downloads/pay-rate-c/
  2.  
  3. Write a program that prompts a user for an hourly pay rate. The program should justify the following conditions:
  4. If the user enters values less than $5.65 or greater than $49.99, prompt the user to enter the value again.
  5. If the user enters an invalid value in the second attempt, display an appropriate error message.
  6. If the user enters a valid value on either the first or second attempt, display the valid pay rate.
  7. Save the program as EnsureValidPayRate.es.
  8.  
  9. Download: http://solutionzip.com/downloads/pay-rate-c/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement