Question: Please do all steps in the following question:Please use C + + ( note: please make sure your answer is a complete program, and all
Please do all steps in the following question:Please use C
note: please make sure your answer is a complete program, and all considerations therewithin are taken into account
Write a program that asks for a user's name and age, finds the ticket price based on the age, and prints out the user's name, age, and ticket price. The program must define the following functions and call them in the main function
Create a function called getName that takes in no arguments and returns the name of the user.
Create a function called getAge that takes in the argument age and uses passbyreference to set the age of the user. Ensure that the user cannot put in an age that is negative or greater than
Create a function called printTicket that takes in the user's name and age and does the following
If they are less than or equal to years old set ticketPrice to
If their age is greater than and less than set ticketPrice to
If their age is greater than or equal to set ticketPrice to
Output to the console the user's name, age and ticket price.
Sample Output:
What is vour name?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
