Saved Bookmarks
| 1. |
You are required to analyze the performance for Principles of Computer Programming subjectcontaining 135 students. Your program will prompt for final marks of each student, accumulatethe total and calculate the average. Display the average mark and the grade obtained based onthe information in Table 2 below. Design a pseudocode and write a full java program to providethe solution.Table 2: Grade Category based on Average MarkAverage mark range and Grade CategoryBelow 50 / Low50 to 79 / Good80 and above / Excellent |
|
Answer» 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 |
|