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 * s0.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)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter4: Control Structures I (selection)
Section: Chapter Questions
Problem 19PE: Ron bought several acres of farm to grow and sell vegetables. Suppose that Ron wants to grow a...
icon
Related questions
Topic Video
Question
100%

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)
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
Base Fee:
$12.35
Markup Fee: $1.24
Total Fee:
$13.59
Transcribed Image Text: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 Base Fee: $12.35 Markup Fee: $1.24 Total Fee: $13.59
Expert 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.
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,