A toll road is a road that requires a fee to be paid when driven on. Sometimes, the fee charged can be dependent on the type of vehicle driving on the road, and the distance the vehicle drives. You are tasked with writing a program to determine the amount that vehicles are charged to use the toll road. Use the following steps to create the program: 1. The program should ask the user to enter the type of vehicle. The user will type either "Car" or "Truck". The vehicle fee is determined based on the type of vehicle that is used. Table 1: Type of Vehicle and Vehicle Fee Type of Vehicle Vehicle Fee Car $2.49 Truck $4.99 2. The program should then ask the user to enter the number of miles that the vehicle drove on the toll road. The mileage fee can then be determined by using the following formula: Mileage Fee = Number of miles driven * $0.19 3. Calculate the base fee of the toll road fee. The base cost is calculated as follows: Base Fee = Vehicle Fee + Mileage Fee 4. Calculate the markup fee by finding 10% of the base cost: Markup Fee - Base Fee * .10 5. Calculate the total fee of the toll road fee by adding markup fee to the base cost as follows: Total Fee = Base Fee + Markup Fee 6. Create a String object in memory to hold the text "Toll Road Fee Calculator". Display the text at the top of the output. (See Sample Input and Output) 7. Display the vehicle fee, mileage fee, base fee, markup fee, and total fee (formatted to two decimal places). (See Sample Input and Output)

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
Topic Video
Question

I need this in java language

A toll road is a road that requires a fee to be paid when driven on. Sometimes, the fee charged can be dependent on the type of vehicle driving on the road, and the
distance the vehicle drives. You are tasked with writing a program to determine the amount that vehicles are charged to use the toll road.
Use the following steps to create the program:
1. The program should ask the user to enter the type of vehicle. The user will type either "Car" or "Truck". The vehicle fee is determined based on the type of vehicle
that is used.
Table 1: Type of Vehicle and Vehicle Fee
Type of Vehicle
Vehicle Fee
Car
$2.49
Truck
$4.99
2. The program should then ask the user to enter the number of miles that the vehicle drove on the toll road. The mileage fee can then be determined by using the
following formula:
Mileage Fee - Number of miles driven * $0.19
3. Calculate the base fee of the toll road fee. The base cost is calculated as follows:
Base Fee = Vehicle Fee + Mileage Fee
4. Calculate the markup fee by finding 10% of the base cost:
Markup Fee = Base Fee * .10
5. Calculate the total fee of the toll road fee by adding markup fee to the base cost as follows:
Total Fee = Base Fee + Markup Fee
6. Create a String object in memory to hold the text "Toll Road Fee Calculator". Display the text at the top of the output. (See Sample Input and Output)
7. Display the vehicle fee, mileage fee, base fee, markup fee, and total fee (formatted to two decimal places). (See Sample Input and Output)
Transcribed Image Text:A toll road is a road that requires a fee to be paid when driven on. Sometimes, the fee charged can be dependent on the type of vehicle driving on the road, and the distance the vehicle drives. You are tasked with writing a program to determine the amount that vehicles are charged to use the toll road. Use the following steps to create the program: 1. The program should ask the user to enter the type of vehicle. The user will type either "Car" or "Truck". The vehicle fee is determined based on the type of vehicle that is used. Table 1: Type of Vehicle and Vehicle Fee Type of Vehicle Vehicle Fee Car $2.49 Truck $4.99 2. The program should then ask the user to enter the number of miles that the vehicle drove on the toll road. The mileage fee can then be determined by using the following formula: Mileage Fee - Number of miles driven * $0.19 3. Calculate the base fee of the toll road fee. The base cost is calculated as follows: Base Fee = Vehicle Fee + Mileage Fee 4. Calculate the markup fee by finding 10% of the base cost: Markup Fee = Base Fee * .10 5. Calculate the total fee of the toll road fee by adding markup fee to the base cost as follows: Total Fee = Base Fee + Markup Fee 6. Create a String object in memory to hold the text "Toll Road Fee Calculator". Display the text at the top of the output. (See Sample Input and Output) 7. Display the vehicle fee, mileage fee, base fee, markup fee, and total fee (formatted to two decimal places). (See Sample Input and Output)
Sample Input and Output (formatting, spacing, and indentation should be as shown below)
Toll Road Fee Calculator
What type of vehicle was used (Car or Truck)? Car
Enter the number of miles it drove: 51.9
Vehicle Fee: $2.49
Mileage Fee: $9.86
$12.35
Base Fee:
Markup Fee: $1.24
Total Fee:
$13.59
Transcribed Image Text:Sample Input and Output (formatting, spacing, and indentation should be as shown below) Toll Road Fee Calculator What type of vehicle was used (Car or Truck)? Car Enter the number of miles it drove: 51.9 Vehicle Fee: $2.49 Mileage Fee: $9.86 $12.35 Base Fee: Markup Fee: $1.24 Total Fee: $13.59
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Instruction Format
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.
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