Instructions:
Create a PowerPoint that contains a FLOWCHART and a PSEUDOCODE for each problem.
Use the information below to create a pseudocode (which can be a text-based description for solving the problems) and a flowchart (using flowchart symbols to illustrate how you would program) to solve each problem. Use Microsoft PowerPoint® for Pseudocode and the flowchart.
Problem 1: Create a list that contains the months of the year.
Problem 2: Create a loop to print the month number and name (do not hard code the month number)
Consider using the attached enumerate method to help!