CIS115 Week 2 Lab Overview
Create a program that checks whether a number is even or odd.
Create a program that checks one's letter grade.
· 2 source code Python files.
· A Word document containing both source code and the screen print of the program outputs.
Sample Output:
Even or OddEnter an integer:20This is aneven number.
Specifications:
· Use the selection structure.
· Assume that the user will enter a valid integer
Make sure to use the following criteria:
· 100 – 90: A
· 89 – 80: B
· 79 – 70: C
· 69 – 60: D
· 59 and below: F
Grade Checker
Enter your grade: 88
You earned a B
· Assume the user will enter valid data.
· Selection structure needs to be used.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here