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 ==============================================