Lakeside Cottages accepts guests during the summer and early fall. Design a flowchart or pseudocode for a program that accepts a guest’s last name, month and day the guest’s stay will start, and the number of nights for the stay. If the month is not 5 through 9 inclusive, then display a message that indicates the cottages are not available. Otherwise, if the number of nights is more than 14, display a message that indicates reservations are not accepted for more than 14 nights. Otherwise, display the total fee for the guest, which is $600 total for any number of days through 7, and then $75 per day for any additional days through 14