Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

need help for my java code. thank you! use this data: 1000 Roth, Philip 80 2000 McCall-Smith, Alexander 75 3000 Baldacci, David 70 4000 Garcia

need help for my java code. thank you!

image text in transcribedimage text in transcribed

use this data:

1000 Roth, Philip 80 2000 McCall-Smith, Alexander 75 3000 Baldacci, David 70 4000 Garcia Marquez, Gabriel 90 5000 Grisham, John 75 6000 DeLillo, Don 85 7000 Borges, Jorge 95 8000 Patterson, John 70 9000 Sparks, Nicolas 60 10000 Brown, Dan 65

need help for java code and run completely(with comment)

thank you so much!!

Review of Basics: Control Statements, Repetition, ArrayLists, Methods and Text File IO Write a program to read student data from a text file which is attached to the drop box as This file is in the format: Student ID (int) Full name (last, first) (String) Test score (double) We need to process this data: - Read data from the file. *Calculate the average score for the group * Determine whether a particular score is greater than, equal to or less than the average Derive a letter grade for each numeric score Calculate the standard deviation of the group of scores Display output as shown in the sample below. - * * Because of this, we'll need to maintain lists of data in memory. We could use arrays of IDs, names, scores, etc.; however, the trend is to use more flexible structures like ArrayLists, Vectors or Linkedlists because, unlike fixed size arrays, they can expand to hold more data as needed. The rules for deriving a letter grade are: Numeric grade >= 90, " Numeric grade >- 80 and - 70 and - 60 and Average

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Azure SQL Database For Modern Developers Building Applications In The Microsoft Cloud

Authors: Davide Mauri, Silvano Coriani, Anna Hoffma, Sanjay Mishra, Jovan Popovic

1st Edition

1484263693, 978-1484263693

More Books

Students also viewed these Databases questions

Question

8. Explain the difference between translation and interpretation.

Answered: 1 week ago

Question

10. Discuss the complexities of language policies.

Answered: 1 week ago

Question

1. Understand how verbal and nonverbal communication differ.

Answered: 1 week ago