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
Case Study: Student Grading System
Scenario: A school needs a simple consolebased application to evaluate students'
grades based on their exam scores. The grading system follows these rules:
If a student scores or above, they get an A
If a student scores between and they get a
If a student scores between and they get a C
If a student scores between and they get a D
If a student scores below they fail and get an F
Based on the case study information given above, your task is to develop a consolebased
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 ifelse to determine the student's
grade.
The program will print the student's name, score, and corresponding grade.
TASK
Case Study: Student Grading System
Scenario: A school needs a simple consolebased application to evaluate students'
grades based on their exam scores. The grading system follows these rules:
If a student scores or above, they get an A
If a student scores between and they get a
If a student scores between and they get a C
If a student scores between and they get a D
If a student scores below they fail and get an F
Based on the case study information given above, your task is to develop a consolebased
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 ifelse 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
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
