Question: For python Ask the user for a number, and print out whether the number is odd or even. This is an exercise that requires if-else
Ask the user for a number, and print out whether the number is odd or even. This is an exercise that requires if-else logic. Hint: You will need to use the % operator. Remember that 5 % 2 1 and 18 %2== 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
