Form Specification:
Code Specification:
a. Assign the input (i.e., number of tickets and price per ticket) from the textboxes to variables.
b. Call a void method named calcAmount to calculate the subtotal, the HST tax amount, and the total. Pass the arguments for number of tickets and price per ticket by value (i.e., the default); and pass the arguments for subtotal, the HST tax amount, and the total by reference.
c. Display the results by assigning the values to the appropriate textboxes.