the program should be for following conditions.
Create C# program
The price of ticket for exhibition
Process what system do
Ask customer data
Calculate discount
Show price of the ticket
Definition
Normal price is 16€
less then 7 years free access
over 65 years: 50% discount
7-15 years: 50% discount
member of engineering union 15% discount
soldier: 50% discount
student: 45% discount
Tips. Use if - else if - else statement
Allow only one discount, except students who are member of engineering union which get both discounts
i hope to have the windows form application files zipped and sent to the email. thanks!!
Create C# program
The price of ticket for exhibition
Process what system do
Ask customer data
Calculate discount
Show price of the ticket
Definition
Normal price is 16€
less then 7 years free access
over 65 years: 50% discount
7-15 years: 50% discount
member of engineering union 15% discount
soldier: 50% discount
student: 45% discount
Tips. Use if - else if - else statement
Allow only one discount, except students who are member of engineering union which get both discounts
i hope to have the windows form application files zipped and sent to the email. thanks!!