This program was developed in a group for a coding challenge as a part of the Programming, Principles and Practice course at Unitec, NZ
Parts of the program:
printReceipt():
The program consists of multiple parts that allow the program to meet the specifications set out in the provided design document. Each part of this program works to help build the final output pictured below.
calculatePrice():
The calculate price method allows for the user to enter how many of each ticket they would like and, while taking discounts into account, returns a total price as a float.