Question: Write a program for football game tickets that will let user know the total. Fan is promted using textboxes to enter their name in lastname
Write a program for football game tickets that will let user know the total.
Fan is promted using textboxes to enter their name in lastname space firstname format, number of sideline tickets subtotal, endzone tickets
program should display using listboxes the name in first name space last name format, invoice number, sidline ticket subtotal, endzone ticket subtotal, and total order cost.
Ticketprices are:
Slideline $20
Endzone $10
the fan must also pay $1.00 service charge per ticket.
each order( each time calculate is clicked) an invoice number needs to generated. the format is : first two letters of first name (upper case), first two letters of lastname (upper case), current order number( initial valus is set at 1000 then increases by 1)
should have three button click events. they should perform the following task:
calculate cost (per calculations and display output)
clear the form (rest textboxes, clears listbox)
exit (ends program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
