Question: Need help with this program! Program specification | Specifications You are to design and write a Python Program. Your solution will include a design tool.


Need help with this program!
Program specification | Specifications You are to design and write a Python Program. Your solution will include a design tool. Your source code will include a comment header and comments within the body of your code. You source code will include a main function and a call to the main function (all programs within this course will always include a main function) Calculations within your program 1. You will determine if the input value is EVEN or ODD 2. You will determine if the input value is or is not a MULTIPLE of 3 3. You will determine if the input value is a number in the TEENS 4. Based on the input value, you will output, RED, WHITE, or BLUE FYI: a number in the teens is any of the following numbers: 13, 14, 15, 16, 17, 18, and 19 or any number between 13 and 19 (including 13 and 19) Red-White-Blue Display Blue if the input is equal or over 20. Display RED if the input was less than 10. Otherwise display White
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
