CSC 230: The Week beginning Sept. 5
Provide a brief definition of the following terms (in the interface programming context):
Write a program that allows a user to select a movie from a ComboBox, enter his or her age and whether or not the ticket is for a matinee (use a checkbox) and then display the movie selected, the price and the reason for the price. The price for a child (defined as 11 and under) is $6.00 any time of the day. The price for a senior (defined as 60 and up) is $6.00 any time of day. The matinee price for an adult is $6.50 and the regular price for an adult is $8.75.
Due Sept. 13
Lab
Write a program that allows a single user to logon.