Question: TASK 2 Case Study: Student Grading System Scenario: A school needs a simple console - based application to evaluate students' grades based on their exam

TASK 2
Case Study: Student Grading System
Scenario: A school needs a simple console-based application to evaluate students'
grades based on their exam scores. The grading system follows these rules:
If a student scores 90 or above, they get an "A".
If a student scores between 80 and 89, they get a "B".
If a student scores between 70 and 79, they get a " C ".
If a student scores between 60 and 69, they get a "D".
If a student scores below 60, they fail and get an "F".
Based on the case study information given above, your task is to develop a console-based
application that takes a student's name and exam score as input and outputs their grade.
The requirements are as follow:
The program should prompt the user to input the student's name.
The program should prompt the user to input the student's exam score.
The program will use conditional statements (if...else) to determine the student's
grade.
The program will print the student's name, score, and corresponding grade.
TASK 2
Case Study: Student Grading System
Scenario: A school needs a simple console-based application to evaluate students'
grades based on their exam scores. The grading system follows these rules:
If a student scores 90 or above, they get an "A".
If a student scores between 80 and 89, they get a "B".
If a student scores between 70 and 79, they get a " C ".
If a student scores between 60 and 69, they get a "D".
If a student scores below 60, they fail and get an "F".
Based on the case study information given above, your task is to develop a console-based
application that takes a student's name and exam score as input and outputs their grade.
The requirements are as follow:
The program should prompt the user to input the student's name.
The program should prompt the user to input the student's exam score.
The program will use conditional statements (if...else) to determine the student's
grade.
The program will print the student's name, score, and corresponding grade.
Plz answer this question ASAP im really need it urgent. Thank you so much for helping me.
TASK 2 Case Study: Student Grading System

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!