I have to write a program that sells tickets at 10.00, chips @.75 nachos @2.25 drinks@1.50 and programs @5.00I have 5labels and 5 textboxes for each of the items above.The textboxes are to input the number of each items you want. we also have to calculate subtotal beforetax and then a subtotal with9% salestax.I have a command button for subtotal before sales tax and a command button for subtotal including tax.I also have two text boxes to display the results for each. As for the programming part,im not sure where to put my codes or even how to write the calculations.I think I have to put display somewhere to display the results and i know to use dim to declare variables.Im really not sure what i need to declare.I would assume the five things I am selling as strings I think with my command buttons i have to get them to add the totals of my textboxes, and the 2nd one to take the sum of the 5 and multiply by 1.09 for the sales tax. Cansome1 please help ive been struggling all year n this
2006-11-20
14:23:35
·
3 answers
·
asked by
DuceDuce
2
in
Computers & Internet
➔ Programming & Design