Question: Write the Pseudocode to read a batch file of student grades following the CASE control structure design. The input fields are STDNBR , STDNAME and
Write the Pseudocode to read a batch file of student grades following the CASE control structure design. The input fields are STDNBR, STDNAME and POINTS.
For each page, write heading lines. The maximum number of detail lines per page is 55.
For each student, compute their grade percent using the following formula: PERCENT = POINTS \ 500.
The value of the variable GRADE is based on the value of PERCENT falling within the following grade ranges: A = 100%90% B = 89%80% C = 79%70% D = 69%60% F = 59%Below
Write each detail line containing STDNBR, STDNAME, POINTS, and GRADE until EOF.. At EOF write the total number of students in the class.
Write your Pseudocode directly into the box provided below. Use the space bar (4 blank space for each indentation) instead of the tab key to indent.
Your instructor will grade this question seperately and add the points earned from this question to your overall exam points. Comments will be provided to explain any points missed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
