CIS 121 Final Project Solved
Write a program to calculate the total cost to enter into a waterpark for a family/group
Ticket rates are listed below
kids (Age 12 and under)=$ 12.50
Regular( Age between12 -55) =$ 18.25
Seniors (55 and above) = $15.00
Tax =7%
Your program should ask the user to enter the total number of members in their group.
User needs to enter the ages for all members
An array should be used to store the ages of the family members.
Based on the age it has to calculate the cost of each member and calculate the total cost including tax.
Your program should display the number of tickets for each type and the total cost for the group
After display your program should repeat the process until the user wants to stop.
Write appropriate error messages for invalid entries.
Your program must use
1.
2. Array
3. While or do while loop
4. Constant variable
5. Atleast one function
Please drop the code and the screenshot of your output
Sample run of the program:
Welcome to our WATERPARK!!!
Please enter the number of members in your group. 7
Please enter the ages for each person in your group. 15 28 11 34 26 60 58
Please pay the total of $115.50 + 7% tax = $ 123.59
And pick up
1 Kid ticket
4 Regular tickets and
2 Senior tickets
Welcome to our WATERPARK!!!
Please enter the number of members in your group. 4
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of