Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions 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. ]
expand button
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
Check Mark
Knowledge Booster
Background pattern image
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
    Recommended textbooks for you
    Text book image
    Database System Concepts
    Computer Science
    ISBN:9780078022159
    Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
    Publisher:McGraw-Hill Education
    Text book image
    Starting Out with Python (4th Edition)
    Computer Science
    ISBN:9780134444321
    Author:Tony Gaddis
    Publisher:PEARSON
    Text book image
    Digital Fundamentals (11th Edition)
    Computer Science
    ISBN:9780132737968
    Author:Thomas L. Floyd
    Publisher:PEARSON
    Text book image
    C How to Program (8th Edition)
    Computer Science
    ISBN:9780133976892
    Author:Paul J. Deitel, Harvey Deitel
    Publisher:PEARSON
    Text book image
    Database Systems: Design, Implementation, & Manag...
    Computer Science
    ISBN:9781337627900
    Author:Carlos Coronel, Steven Morris
    Publisher:Cengage Learning
    Text book image
    Programmable Logic Controllers
    Computer Science
    ISBN:9780073373843
    Author:Frank D. Petruzella
    Publisher:McGraw-Hill Education