Question: C Programming #include Write a program for Codys Car Care Shop that shows a user a list of available services: 1. oil change $25.00 2.
C Programming
#include
Write a program for Codys Car Care Shop that shows a user a list of available services:
1. oil change $25.00
2. tire rotation $22.00
3. battery check $15.00
4. brake inspection $ 5.00
5. calculate total
Allow the user to select several choices, and when they select 5, calculate the final total (plus 6% tax).
Create an array that holds the prices. As the user selects an option, display the option number and its price as $25, $22, $15, or $5, accordingly. Display an error message if the user enters an invalid item. When the user selects 5, display the net total, the amount of tax, and the grand total.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
