Loading
Rating:
Date: 15/09/2015
Feedback Given By: User_6838
Feedback Comment: Excellent job
Project Details
Project Status: Completed
This work has been completed by: Essaymasters
Total payment made for this project was: $25.00
Project Summary: Movie Tickets Write a program that prints a receipt for the movie tickets that the customer bought. Ask the customer the following questions: what is the movie title (note: the program should accept the titles with more than one word) how many regular price tickets they need how many senior and children tickets they need Calculate the total price assuming that the regular ticket price is $7.99 and children/seniors get a $2 discount. Display the receipt in the following format (set any width of the columns you like, but make sure the columns are even): ============================================== Date and Time Movie Title Number Price Total Adults x $x.xx $xx.xx Children and Seniors x $x.xx $xx.xx Total: $xx.xx ==============================================