Question
Create a program that converts number grades to letter grades. Begin by creating a flowchart and pseudocode for your program. Next, begin coding. Console Output
Create a program that converts number grades to letter grades. Begin by creating a flowchart and pseudocode for your program. Next, begin coding.
Console Output
Letter Grade Converter
Enter numerical grade: 90
Letter grade: A
Continue? (y/n): y
Enter numerical grade: 88
Letter grade: A
Continue? (y/n): y
Enter numerical grade: 80
Letter grade: B Continue? (y/n): y
Enter numerical grade: 67
Letter grade: C Continue? (y/n): y
Enter numerical grade:
Letter grade: F
Continue? (y/n): n
Bye!
Specifications The grading criteria is as follows: The grading criteria is as follows: A 88-100 B 80-87 C 67-79 D 60-66 F <60 Assume that the user will enter valid integers for the grades. The program should continue only if the user enters y or Y to continue. Submit your python file, pseudocode and flowchart named with your initials at the end.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started