Use pseudocode to describe a function you'd write to read in a text file of student grades and calculate averages for each student. You do not know how many students the file contains records for. You...


Please make sure to answer in the
pseudocode.


Use pseudocode to describe a function you'd write to read in a text file of student grades and<br>calculate averages for each student. You do not know how many students the file contains<br>records for. You may assume identical names in the file refer to the same student. Each student<br>should have 15 scores. However, some students did not complete all the assignments, and<br>these students will have fewer than 15 scores. The missing scores should be counted as zeros.<br>An incomplete sample of the data file is shown below:<br>Steven 93<br>Melissa 85<br>Rose 100<br>Stevan 75<br>Charles 83<br>(Hint: Consider using Maps)<br>Pseudocode should explain enough that it could be easily converted into working code, but it<br>does not need to be (in fact, shouldn't be), correct Java syntax. Think of it more as what you<br>might put in comments to explain what code is doing.<br>

Extracted text: Use pseudocode to describe a function you'd write to read in a text file of student grades and calculate averages for each student. You do not know how many students the file contains records for. You may assume identical names in the file refer to the same student. Each student should have 15 scores. However, some students did not complete all the assignments, and these students will have fewer than 15 scores. The missing scores should be counted as zeros. An incomplete sample of the data file is shown below: Steven 93 Melissa 85 Rose 100 Stevan 75 Charles 83 (Hint: Consider using Maps) Pseudocode should explain enough that it could be easily converted into working code, but it does not need to be (in fact, shouldn't be), correct Java syntax. Think of it more as what you might put in comments to explain what code is doing.

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here