[SOLVED] SOLVED: student's letter grade

15.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

Purpose: This program calculates and prints a student’s letter grade
and a message based on the average of the four test grades
Algorithm:
1) Input 4 test grades (double)
2) Calculates the average (double)
3) Determines the letter grade (char)
4) Outputs results to the screen

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.