Question: 1 . Create a function called getName that takes in no arguments and returns the name of the user. 2 . Create a function called
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 passby
reference 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.
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
