Page 115 - KEC Khaitan C8.5 Flipbook
P. 115
PROJECT NAME 6: Grade Allotment Challenge
Software Used: CodeSkulptor
Objective:
Develop a Python program (WAP) to determine a student’s grade based on their marks by using:
Comparison and logical operators
Variables
Formatted outputs
Use Codeskulptor3-https://py3.codeskulptor.org/
Step-by-Step Instructions: (Plan IPO)
1. Input: User enters the marks scored (dynamic - varies with each user).
2. Process: Assign a grade based on the marks using the following criteria:
A- 85 and above
B- 75 to 84
C- 65 to 74
D- 55 to 64
E- Below 55
3. Output: Display the greatest number in a formatted message. Refer to the sample
You have attained Grade B with 81 score.
Hands-On Project 113

