Accountancy, asked by puteriqhumairadmn, 6 months ago

You are required to analyze the performance for Principles of Computer Programming subject
containing 135 students. Your program will prompt for final marks of each student, accumulate
the total and calculate the average. Display the average mark and the grade obtained based on
the information in Table 2 below. Design a pseudocode and write a full java program to provide
the solution.

Table 2: Grade Category based on Average Mark
Average mark range and Grade Category
Below 50 / Low
50 to 79 / Good
80 and above / Excellent

Answers

Answered by mamtachaudhary782
3

Explanation:

are required to analyze the performance for Principles of Computer Programming subject

containing 135 students. Your program will prompt for final marks of each student, accumulate

the total and calculate the average. Display the average mark and the grade obtained based on

the information in Table 2 below. Design a pseudocode and write a full java program to provide

the solution.

Table 2: Grade Category based on Average Mark

Average mark range and Grade Category

Below 50 / Low

50 to 79 / Good

80 and above / Excellent

Similar questions