Write a program that computes the fare on the Copenhagen Transit system given two inputs from the user:The zone number.The passenger type.

Cabiolab

Cabiolab

Answered question

2021-08-10

Write a program that computes the fare on the Copenhagen Transit system given two inputs from the user:
The zone number. The passenger type.
Your prompts to the user must be : Enter zone number : Enter adult or child :
The fare on Copenhagen Transit is specified as follows: If the zone is 2 or smaller and the ticket type is "adult," the fare is 23.0.
If the zone is 2 or smaller and the ticket type is "child," the fare is 11.5.
If the zone is 3 and the ticket type is "adult," the fare is 34.5.
If the zone is 3 or 4 and the ticket type is "child," the fare is 23.0.
If the zone is 4 and the ticket type is "adult," the fare is 46.0.
If the zone is greater than 4, the fare is -1.00 (since your calculator does not handle inputs that high).
Your output must be of the format: The fare for adultOrChild to zone number zoneNumber is fare.
Please note that your class should be named CopenhagenTransit.

Answer & Explanation

delilnaT

delilnaT

Skilled2021-08-11Added 94 answers

Heres

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?