Please need help ASAP
A health club charges monthly membership fees as follow.
Child (18 and under) $15 per month
Adult (19-64) $25 per month
Senior (65 and over) $20 per month
Write a pseudocode algorithm that will input the customer's age and number of months, and print the monthly rate and total amount to be charged. Use structured pseudocode as demonstrated in the lectures for code, ensure that all variables are declared, prompt the user for the appropriate input, and display a meaningful output message. Make sure that the months are greater than 0 and the age is greater than 0.