Answered step by step
Verified Expert Solution
Question
1 Approved Answer
programming logic and design The Econo Bus Company charges fares to passengers based on the number of travel zones they cross. Additionally, discounts are provided
programming logic and design
The Econo Bus Company charges fares to passengers based on the number of travel zones they cross. Additionally, discounts are provided for multiple passengers traveling together. Ticket fares are shown in the table below Zones Crossed 7.50 14.00 20.00 25.00 10.00 18.50 21.00 27.50 12.00 22.00 32.00 36.00 12.750 23.00 33.00 37.00 The logic for a program that accepts the number of passengers and zones crossed as input with the ticket charge as output has been developed and is shown in the flowchart below. Using the flowchart, write the pseudocode for the program. The Econo Bus Company charges fares to passengers based on the number of travel zones they cross. Additionally, discounts are provided for multiple passengers traveling together. Ticket fares are shown in the table below Zones Crossed 7.50 14.00 20.00 25.00 10.00 18.50 21.00 27.50 12.00 22.00 32.00 36.00 12.750 23.00 33.00 37.00 The logic for a program that accepts the number of passengers and zones crossed as input with the ticket charge as output has been developed and is shown in the flowchart below. Using the flowchart, write the pseudocode for the program
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started