Question: code should be written in simple java Problem Design and implement an application file that does the following: . uses a 2 dimensional array to

code should be written in simple java  code should be written in simple java Problem Design and implement
an application file that does the following: . uses a 2 dimensional
array to represent the marks that the students got on assignments in

Problem Design and implement an application file that does the following: . uses a 2 dimensional array to represent the marks that the students got on assignments in this course (see sample data and output below) * uses 1 dimensional arrays for the following o holds the names of the students in the course o holds the average out of 10 for each student in the course o holds the average out of 10 for each assignment * creates 4 methods that perform the following tasks: o tcads data from the file students. txt (already created for you). See note below for code that you can use to connect to the file o calculates the assignment average for each student o calculates the average for each assignment o prints out the results (see the sample output below). If you want help getting the output to line up, use printf (or ask you instructor about print The class size (number of students) and the mumber of assignments during the term will be the first line of data to read (aumbex of students first, then number of assignments). The students' names will come next, one per line. Finally the assignment marks, one student's data per line, will be input. Input Data (contained in students txt) 5 4 Joe Smith Tommy Jones Sara Lee Bob Fowler Jane Doe 8 9 104 9985 0 10 109

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!