C CODE PLEASE 3.28 Fixed LAB: Warm up: Automobile service cost   (1) Prompt the user for an automobile service. Each service type is composed of two strings. Output the user's input. Ex: Enter desired auto service: Oil change You entered: Oil change (2) Output the price of the requested service.  Ex: Enter desired auto service: Oil change You entered: Oil change Cost of oil change: $35 The program should support the following services: Oil change -- $35 Tire rotation -- $19 Car wash -- $7 If the user enters a service that is not listed above, then output the following error message: Error: Requested service is not recognized

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter3: Input/output
Section: Chapter Questions
Problem 4PE: 4. During each summer, John and Jessica grow vegetables in their backyard and buy seeds and...
icon
Related questions
Question

C CODE PLEASE

3.28 Fixed LAB: Warm up: Automobile service cost

 

(1) Prompt the user for an automobile service. Each service type is composed of two strings. Output the user's input.

Ex:

Enter desired auto service: Oil change You entered: Oil change


(2) Output the price of the requested service. 

Ex:

Enter desired auto service: Oil change You entered: Oil change Cost of oil change: $35


The program should support the following services:

  • Oil change -- $35
  • Tire rotation -- $19
  • Car wash -- $7

If the user enters a service that is not listed above, then output the following error message:

Error: Requested service is not recognized
Expert Solution
Step 1

Introduction:

C CODE PLEASE

3.28 Fixed LAB: Warm-up: Automobile service cost

 

(1) Prompt the user for automobile service. Each service type is composed of two strings. Output the user's input.

Ex:

Enter desired auto service: Oil change You entered: Oil change


(2) Output the price of the requested service. 

Ex:

Enter desired auto service: Oil change You entered: Oil change Cost of oil change: $35


The program should support the following services:

  • Oil change -- $35
  • Tire rotation -- $19
  • Car wash -- $7 

If the user enters a service that is not listed above, then output the following error message:

Error: Requested service is not recognized
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Types of Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning