1. Write the method getTax having the following header. The method takes as parameters: if the car is public or not, the car year, the car power and the retard months. The method computes and returns the mechanic tax for this car. public static double getTax(boolean isPublic, int year, int power, int retard) Using java s computed as follows: • The unit yearly tax is: o For public cars: 2000 LBP If year is 2008 or before and 10000 LBPif year is after 2008 o For private cars: 5o00 LBP if year is 2008 or before and 20000 LBP If year is after 2008 The yearly tax power x unit yearly tax The mechanic tax yearly tax retard penalty Retard penalty retard x yearly tax / 12 2. Write a test program (main) that computes and displays the mechanic fees for the following cars: Type Year Power Retard Carl Public 2005 19 Car2 Private 2015 23 24 Car3 Private 2000 23 Card Public 2010 21 Samale Rund: run: Carl: 57000 LBP. Car2: 1380000 LBP. Car3: 115000 LBP. Car4: 262500 LBP.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
1. Write the method getTax having the following header. The method takes as parameters: if the car is public or not,
the car year, the car power and the retard months. The method computes and returns the mechanic tax for this
car.
public static double getTax(boolean isPublic, int year, int power, int retard)
Using java
The tax is computed as follows:
• The unit yearly tax is:
O For public cars: 2000 LBP if year is 2008 or before and 10000 LBP if year is after 2008
o For private cars: 5000 LBP if year is 2008 or before and 20000 LBP if year is after 2008
The yearly tax power x unit yearly tax
The mechanic tax = yearly tax + retard penalty
Retard penalty = retard x yearly tax / 12
2. Write a test program (main) that computes and displays the mechanic fees for the following cars:
Type
Year
Power
Retard
Carl
Public
2005
19
Car2
Private
2015
23
24
Car3
Private
2000
23
Car4
Public
2010
21
Sample Runt:
run:
Carl: 57000 LBP.
Car2: 1380000 LBP.
Car3: 115000 LBP.
Car4: 262500 LBP.
Transcribed Image Text:1. Write the method getTax having the following header. The method takes as parameters: if the car is public or not, the car year, the car power and the retard months. The method computes and returns the mechanic tax for this car. public static double getTax(boolean isPublic, int year, int power, int retard) Using java The tax is computed as follows: • The unit yearly tax is: O For public cars: 2000 LBP if year is 2008 or before and 10000 LBP if year is after 2008 o For private cars: 5000 LBP if year is 2008 or before and 20000 LBP if year is after 2008 The yearly tax power x unit yearly tax The mechanic tax = yearly tax + retard penalty Retard penalty = retard x yearly tax / 12 2. Write a test program (main) that computes and displays the mechanic fees for the following cars: Type Year Power Retard Carl Public 2005 19 Car2 Private 2015 23 24 Car3 Private 2000 23 Car4 Public 2010 21 Sample Runt: run: Carl: 57000 LBP. Car2: 1380000 LBP. Car3: 115000 LBP. Car4: 262500 LBP.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Returning value from 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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education