Question: Write a program that asks the user to enter a string that holds the values d or n and an integer
Write a program that asks the user to enter a string that holds the values d or n and an integer that holds a person's age, and outputs a movie ticket price. Movie prices are free for everyone under the age of Daytime prices are $ for everyone age or higher. Nighttime prices are $ for ages $ for ages and $ for ages and above.Be sure to INCLUDE the program documentation and to follow the Program Submissions Guidelines document from the readings last
week.
Do NOT use methods or procedures that are beyond what we have covered in class so far including loops, user defined functions, etc.
You will receive a score of if you do
Write your program directly in the code editor below. Click on the "Tutorial" button to the right to understand how to use the editor and
console. Click on the "Run" button to execute the code and interact with the console window below the editor. Make sure that you follow
the input and out formats.
Write a program that asks the user to enter a string that holds the values or and an integer that holds a person's age, and outputs
a movie ticket price. Movie prices are free for everyone under the age of Daytime prices are $ for everyone age or higher.
Nighttime prices are $ for ages $ for ages and $ for ages and above.
You should also validate the input of the movie time to allow the entry of only d or hint: Check Special Topic: Terminating a
Program
Ex: If the input is:
Enter the movie time d for day or for night:
What is the age of the ticket buyer:
the output is:
The ticket price is $
For the input validation: If the input is:
Enter the movie time d for day or n for night:
the output is:
Error: you must enter d or only
You should also validate the input of the movie time to allow the entry of only d or nhint: Check Special Topic: Terminating a Program
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
