Question: C programming Project 12 - BigEvent The big event is here and you're ready to go. Whether it be a Bon Jovi concert, NFL game,
C programming



Project 12 - BigEvent The big event is here and you're ready to go. Whether it be a Bon Jovi concert, NFL game, or Gardening Spectacular - as long as you have the cash you and your friends are there! But exactly how much cash will you need? You w be tasked with creating a program that uses methods to calculate the total cost of going to the big event. It will include the number of tickets needed, seating type, and a voucher for merchandise or concessions Project Objectives: Use of methods Passing arguments Receiving parameters Prototyping . Use of mathematical operations * Working with multiple data types Logical program design Requirements/Required Methods main() o Calls eventName o Displays Message Thanking the user for using the ticket service Running "/home/ubuntu/workspace/proj12/proj12.c" what is the name of the Big Event you will be attending? concert How many Tickets do you want to the concert? 5 Do you want general or premium seating to the concert? premium How much do you want on a food/merchandise voucher (whole number) to the concert? 125 The price for 5 tickets and a $125 merchandise voucher to the concert is $425 Thank You for using our ticket service! eventName() o This is a void, no-arg method o Prompts the user to enter the name of the event (SINGLE WORD ONLY) o Calls getAmounts passing the name of the event Stop Command oj12/proj12.c Running "/home/ubuntu/workspace/proj12/proj12.c" What is the name of the Big Event you will be attending? concert
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
