Due Sunday

Week 7 Assignment: Pseudocode and Flowchart Solution 

Instructions:

Create a PowerPoint that contains a FLOWCHART and a PSEUDOCODE for each problem (You may use a different application if PowerPoint is not available).

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 PowerPointfor Pseudocode and the flowchart (You may use a different application if PowerPoint is not available)..

  • 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!

Just for clarity, write the pseudocodes and the flowchart. Use the Python List to list the months of the year. Write another set of commands to print the list using pseudocodes and flowchart only in WK 7. In WK8, you will write the actual codes.