In this lab, you complete a partially written Python program for an airline that offers a 25% discount to passengers who are 6 years old or younger and the same discount to passengers who are 65 years old or older. The program should request a passenger's name and age, and then print whether the passenger is eligible or not eligible for a discount.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

how would you do the 25% discount

In this lab, you complete a partially written Python
2 Airline.py - This program determines if an airline passenger is
program for an airline that offers a 25% discount to
3 eligible for a 25% discount.
passengers who are 6 years old or younger and the same
5
discount to passengers who are 65 years old or older. The
6 # Passenger's name.
7 passengerName = input("Enter passenger's name: ")
8 # String version of passenger's age.
9 ageString = input("Enter passenger's age: ")
program should request a passenger's name and age, and
then print whether the passenger is eligible or not
eligible for a discount.
10 # Passenger's age.
11 passengerAge = int(ageString)
Instructions
12
13 # Test to see if this customer is eligible for a 25% discount.
14
1. Make sure the file Airline.py is selected and open.
2. Variables have been assigned for you and the input
statements have been written. Read them carefully
before you proceed to the next step.
3. Design the logic deciding whether to use AND or OR
logic. Write the decision statement to identify when a
discount should be offered and when a discount
should not be offered.
4. Be sure to include output statements telling whether
or not the customer is eligible for a discount.
5. Execute the program, entering the following as input
and verify the outputs are correct:
Customer Name: Will Moriarty
Customer Age : 11
Passenger is not eligible for a disco
Transcribed Image Text:In this lab, you complete a partially written Python 2 Airline.py - This program determines if an airline passenger is program for an airline that offers a 25% discount to 3 eligible for a 25% discount. passengers who are 6 years old or younger and the same 5 discount to passengers who are 65 years old or older. The 6 # Passenger's name. 7 passengerName = input("Enter passenger's name: ") 8 # String version of passenger's age. 9 ageString = input("Enter passenger's age: ") program should request a passenger's name and age, and then print whether the passenger is eligible or not eligible for a discount. 10 # Passenger's age. 11 passengerAge = int(ageString) Instructions 12 13 # Test to see if this customer is eligible for a 25% discount. 14 1. Make sure the file Airline.py is selected and open. 2. Variables have been assigned for you and the input statements have been written. Read them carefully before you proceed to the next step. 3. Design the logic deciding whether to use AND or OR logic. Write the decision statement to identify when a discount should be offered and when a discount should not be offered. 4. Be sure to include output statements telling whether or not the customer is eligible for a discount. 5. Execute the program, entering the following as input and verify the outputs are correct: Customer Name: Will Moriarty Customer Age : 11 Passenger is not eligible for a disco
Customer Name: James Chung
Customer Age : 64
Passenger is not eligible for a disco
Customer Name: Darlene Sanchez
Customer Age : 75
Passenger is eligible for a discount.
Customer Name: Ray Sanchez
Customer Age : 60
Passenger is not eligible for a disco
Customer Name: Tommy Sanchez
Customer Age : 6
Passenger is eligible for a discount.
Customer Name: Amy Patel
Customer Age : 8
Passenger is not eligible for a disco
Transcribed Image Text:Customer Name: James Chung Customer Age : 64 Passenger is not eligible for a disco Customer Name: Darlene Sanchez Customer Age : 75 Passenger is eligible for a discount. Customer Name: Ray Sanchez Customer Age : 60 Passenger is not eligible for a disco Customer Name: Tommy Sanchez Customer Age : 6 Passenger is eligible for a discount. Customer Name: Amy Patel Customer Age : 8 Passenger is not eligible for a disco
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY