Question: PYTHON-PLEASE ANSWER ALL PARTS Now you are developing an educational software to teach kids what is an odd number. In the software, you allow the
PYTHON-PLEASE ANSWER ALL PARTS
Now you are developing an educational software to teach kids what is an odd number. In the software, you allow the kids to enter a number between 0 and 100 (including 0 and 100), and then display a message to show whether the entered number is an odd number between 0 and 100.
| Sample Run 1: Enter a number between 0 and 100: 1 Sorry, 1 is an odd number between 0 and 100
Sample Run 3: Enter a number between 0 and 100: 200 Sorry, 200 is not an odd number between 0 and 100
Sample Run 3: Enter a number between 0 and 100: 20 Yes, 20 is not an odd number between 0 and 100
|
A. [5 points] System Analysis: What is(are) the input(s) and output(s)?
B. [5 points] Assume you are going to use a single TWO way decision selection statement. What should be the condition? How to represent it using a Boolean expression (may use logical operator) in Python?
****Let us follow our plan in question B and complete questions C-E***
C. [5 points] System Design: List the steps to get output(s) from input(s)
D. [5 points] Write your program and put your source code here.
E. [2 points] A screenshot of the output of program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
