The cost to fix a vehicle depends on the damage type. Damages are classified into 3 groups as follows: Damage type Cost 800 $ 300 S+ cost of spare parts Your program reads from user: * The owner name (name) as String, * The car model (model) as String, * The type of damage (a character A or B). * The appropriate data for each type * The tax rate The program should find and output the approximate repair cost, tax and total cost: Tax= tax_rate* cost = cost+tax Total_cost Тах rate-D10%

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

I need help im using program netbeans 

The cost to fix a vehicle depends on the damage type. Damages are classified into 3 groups as follows:
Damage type
A
Cost
800 $
B
300 $+ cost of spare parts
Your program reads from user:
* The owner name (name) as String,
* The car model (model) as String,
* The type of damage (a character A or B).
* The appropriate data for each type
* The tax rate
The program should find and output the approximate repair cost, tax and total cost:
Tax= tax_rate* cost
Total_cost = cost+tax
Тах_rate3D10%
Sample Run 1:
Enter the car model: BMW
Enter your name: Sam
Enter the type of the damage: A
Cost: 800.0$
Tax: 80.0$
Sam, you have to pay around 880.O$ to repair your BMW
Sample Run 2:
Enter the car model: Toyota
Enter your name: Kamel
Enter the type of the damage: 1
Invalid type.
Sample Run 3:
Enter the car model: Nissan
Enter your name: Hana
Enter the type of the damage: B
Enter the price of spare parts: 1500
Cost: 1800.0$
Tax: 180.0$
ana, you have to pay around 1980.0$ to repair your Nissan
Transcribed Image Text:The cost to fix a vehicle depends on the damage type. Damages are classified into 3 groups as follows: Damage type A Cost 800 $ B 300 $+ cost of spare parts Your program reads from user: * The owner name (name) as String, * The car model (model) as String, * The type of damage (a character A or B). * The appropriate data for each type * The tax rate The program should find and output the approximate repair cost, tax and total cost: Tax= tax_rate* cost Total_cost = cost+tax Тах_rate3D10% Sample Run 1: Enter the car model: BMW Enter your name: Sam Enter the type of the damage: A Cost: 800.0$ Tax: 80.0$ Sam, you have to pay around 880.O$ to repair your BMW Sample Run 2: Enter the car model: Toyota Enter your name: Kamel Enter the type of the damage: 1 Invalid type. Sample Run 3: Enter the car model: Nissan Enter your name: Hana Enter the type of the damage: B Enter the price of spare parts: 1500 Cost: 1800.0$ Tax: 180.0$ ana, you have to pay around 1980.0$ to repair your Nissan
Expert Solution
steps

Step by step

Solved in 2 steps with 5 images

Blurred answer
Knowledge Booster
Windows
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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr