se pseudocode to describe a function you'd write to read in a text file of student grades and alculate averages for each student. You do not know how many students the file contains ecords for. You may assume identical names in the file refer to the same student. Each student hould have 15 scores. However, some students did not complete all the assignments, and ese students will have fewer than 15 scores. The missing scores should be counted as zeros. n incomplete sample of the data file is shown below:

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

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
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.
Transcribed Image 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.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
ListBox
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education