Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ please Input Validation This program is a basic payroll program. (1) Modify the program to include a loop that provides input validation on the

C++ please

Input Validation

This program is a basic payroll program.

(1) Modify the program to include a loop that provides input validation on the number of hours worked. Hours worked must be between 10 and 40 hours. (5 pts)

Example output if the user enters 45, 8, and 30 for hours worked (in that order) and 8.5 for pay rate.

Enter hours worked: 45 Hours must be between 10-40. Re-enter hours worked: 8 Hours must be between 10-40. Re-enter hours worked: 30 Enter pay rate: 8.5 Your pay is $255. 

(2) Modify the program to include a loop that provides input validation on the pay rate. Pay rate must be between $7.25 and $15. (5 pts)

Example output if the user enters 30 for hours worked and 18, 5, and 8.5 for pay rate (in that order).

Enter hours worked: 30 Enter pay rate: 18 Pay rate must be between $7.25 - $15. Re-enter pay rate: 5 Pay rate must be between $7.25 - $15. Re-enter pay rate: 8.5 Your pay is $255.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2014 Integration Services

Authors: Brian Knight, Devin Knight

1st Edition

1118850904, 9781118850909

More Books

Students also viewed these Databases questions

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago