Python IF ELSE STATEMENT PROBLEM 1: Create a program that tells if the inputted number is odd, even or zero. (15 points)
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Python IF ELSE STATEMENT PROBLEM 1: Create a program that tells if the inputted number is odd, even or zero. (15 points)
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.
Python IF ELSE