Question: . Develop an algorithm for the following problem statement. Your solution should be written in pseudocode with appropriate comments. You should use modularisation in your

. Develop an algorithm for the following problem statement. Your solution should be written in pseudocode with appropriate comments. You should use modularisation in your solution and provide error checking where appropriate. (20 marks) A program that accepts number of visitors to SeaWorld and their age. The program should accept the entrance fare based on the following: Preschoolers (age 5 or under): free Children (12 or under] = AUD 32 Adult (13 to 59] = AUD 46 Senior [60 and above] = AUD 30 The program should output the total fare for adults, children and seniors, and the total fare, which is the sum of the children, adults and seniors fares. (20 marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
