Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C Programming Lanuage (C++): Write a program for Codys Car Care Shop that shows a user a list of available services: 1. oil change $25.00

C Programming Lanuage (C++):

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.

#include -PLEASE

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

Seven Databases In Seven Weeks A Guide To Modern Databases And The NoSQL Movement

Authors: Luc Perkins, Eric Redmond, Jim Wilson

2nd Edition

1680502530, 978-1680502534

More Books

Students also viewed these Databases questions