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...

1 answer below »

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.UseMicrosoft PowerPoint®for 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.

Answered 9 days AfterMar 14, 2021

Answer To: Create a PowerPoint that contains a FLOWCHART and a PSEUDOCODE for each problem (You may use a...

Aditya answered on Mar 17 2021
135 Votes
PowerPoint Presentation
Answers
Pseudo Code for Problem 1
1) Create empty list months     = []
2
) Add every month name to that list using append function
3) Print list months
Flow Chart
Pseudo Code For Problem 2
1) First create a list months initialize months to ['January', 'February',...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here