Page 1 of 1

Python IF ELSE STATEMENT PROBLEM 1: Create a program that tells if the inputted number is odd, even or zero. (15 points)

Posted: Sat Nov 27, 2021 10:33 am
by answerhappygod
Python If Else Statement Problem 1 Create A Program That Tells If The Inputted Number Is Odd Even Or Zero 15 Points 1
Python If Else Statement Problem 1 Create A Program That Tells If The Inputted Number Is Odd Even Or Zero 15 Points 1 (19.47 KiB) Viewed 64 times
Python IF ELSE STATEMENT PROBLEM 1: Create a program that tells if the inputted number is odd, even or zero. (15 points) Sample output 1: Enter a number: 20 The number is even. Sample output 2: Enter a number: 0 The number is zero.