Design a flowchart and pseudocode for a gym subscription plan. Allow the user to enter the number of months and the plan price. Assume that the user earns extra 20 percent discount every month, while the maximum discount is 60 percent. The program output is a schedule that lists each month's number in the gym subscription plan starting with month 1 and the user’s savings at that month.
Comments
Leave a comment