Saturday, May 11, 2013

Ferrari World – Abu Dhabi



Develop a C# GUI program that will find the cost for the admission ticket to Ferrari World – Abu Dhabi. The program should get the following from the user:
  • Type of the ticket: General or Premium 
  • Guest Length: below 1.5m or 1.5m and above 

The program should display the cost of the ticket based on the user input. The cost for the ticket is summarized in the following table:

Ticket type/length
Below 1.5m
1.5m and above
General
AED 165
AED 225
Premium
AED 265
AED 325

1 comment: