Answered step by step
Verified Expert Solution
Question
1 Approved Answer
can can you please organize them, last time it was answered it was all over the place. can you provide a different answer than the
can
can you please organize them, last time it was answered it was all over the place. can you provide a different answer than the previous one
python
1. Create a case study for each of the following scenarios, for each case you will have to do the flow chart, pseudocode and python code ( Explain each step using comments). (30 Points) a. Simple while loop b. Infinite loop, its cause and how could that be avoided in your example. c. While loop using continue and break. 2. Create case studies to demonstrate the differences between for loop and while loop. Mention the reason why particular loop chose for case study is appropriate. (10 Points). 3. Create a case study where you have different options and a default option, your options are executed based on the input given by the user. Do pseudocode and python code for the case study you created. (Hint: use if, elif, else) (10 Points) Presentation: Question #1: Use a word document to describe the case study and flow chart, pseudocode should be written in the python file for respective case study. a. EC2(1a)_lastname.py b. EC2(1b)_lastname.py C. EC2(10)_lastname.py Question #2: Use the same word document to describe the case study and reasoning. a. EC2(2a)_lastname.py b. EC2(2b)_lastname.py Question #3: Use same word document to describe the case study. Use python file for writing pseudocode. EC3(3)_lastname.py 1. Create a case study for each of the following scenarios, for each case you will have to do the flow chart, pseudocode and python code ( Explain each step using comments). (30 Points) a. Simple while loop b. Infinite loop, its cause and how could that be avoided in your example. c. While loop using continue and break. 2. Create case studies to demonstrate the differences between for loop and while loop. Mention the reason why particular loop chose for case study is appropriate. (10 Points). 3. Create a case study where you have different options and a default option, your options are executed based on the input given by the user. Do pseudocode and python code for the case study you created. (Hint: use if, elif, else) (10 Points) Presentation: Question #1: Use a word document to describe the case study and flow chart, pseudocode should be written in the python file for respective case study. a. EC2(1a)_lastname.py b. EC2(1b)_lastname.py C. EC2(10)_lastname.py Question #2: Use the same word document to describe the case study and reasoning. a. EC2(2a)_lastname.py b. EC2(2b)_lastname.py Question #3: Use same word document to describe the case study. Use python file for writing pseudocode. EC3(3)_lastname.pyStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started