Extracted text:
Programming Assignment: Car Repair<br>For this programming assignment, create a car repair program that prompts the user to enter<br>information about a customer, the customer's vehicle, and the work performed on the customer's<br>vehicle. Your program should then display the final car repair bill on the computer screen.<br>Your program should accomplish the following:<br>1. Prompt the user to enter the following information:<br>a. Information about the customer (name, street address, city, state, zip code, phone<br>number).<br>b. Information about the customer's vehicle (make, model, year).<br>c. Information about the work performed (brief description, labor hours needed, cost of<br>parts).<br>2. Use a labor cost amount of $100.00 per hour and a sales tax rate of 7.0%.<br>3. Calculate the following:<br>Variable<br>subtotal<br>sales tax<br>total repair bill amount<br>Formula<br>subtotal = labor cost per hour * number of labor hours<br>sales tax = sales tax rate * subtotal<br>total repair bill amount = subtotal + sales tax<br>4. A screen shot of a sample run for this program is shown below. Design your program so it looks<br>exactly like the one shown in the screenshot. Use two fixed-point decimal places for all numeric<br>output (cout << setprecision(2) << fixed). Use left and right stream manipulators to align all<br>string and numeric output exactlv as it is shown in the screen shot.<br>

Extracted text: Programming Assignment: Car Repair For this programming assignment, create a car repair program that prompts the user to enter information about a customer, the customer's vehicle, and the work performed on the customer's vehicle. Your program should then display the final car repair bill on the computer screen. Your program should accomplish the following: 1. Prompt the user to enter the following information: a. Information about the customer (name, street address, city, state, zip code, phone number). b. Information about the customer's vehicle (make, model, year). c. Information about the work performed (brief description, labor hours needed, cost of parts). 2. Use a labor cost amount of $100.00 per hour and a sales tax rate of 7.0%. 3. Calculate the following: Variable subtotal sales tax total repair bill amount Formula subtotal = labor cost per hour * number of labor hours sales tax = sales tax rate * subtotal total repair bill amount = subtotal + sales tax 4. A screen shot of a sample run for this program is shown below. Design your program so it looks exactly like the one shown in the screenshot. Use two fixed-point decimal places for all numeric output (cout < setprecision(2)="">< fixed).="" use="" left="" and="" right="" stream="" manipulators="" to="" align="" all="" string="" and="" numeric="" output="" exactlv="" as="" it="" is="" shown="" in="" the="" screen="">

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here