Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please use Java, Thank you. 4-1 Write a program named CopenhagenTransit that computes the fare on the Copenhagen Transit system given two inputs from the

Please use Java, Thank you. 4-1 image text in transcribed
Write a program named CopenhagenTransit that computes the fare on the Copenhagen Transit system given two inputs from the user: - The zone number: 1 or more - The passenger type: adult or child 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 in the format: The fare for adultorchild to zone number zoneNumber is fare. A sample run of the program with inputs 3 and adult must look like: Enter zone number : 3 Enter adult or child : adult The fare for adult to zone number 3 is $34.50 Please note that your class should be named CopenhagenTransit

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Management Databases And Organizations

Authors: Watson Watson

5th Edition

0471715360, 978-0471715368

More Books

Students also viewed these Databases questions