Write a program called coursemarks


Problem: Write a program called CourseMarks that reads data from a file called A1.txt. The file contains a list of students and their name, student number, 11 lab marks, 4 assignment marks and 2 exam marks (midterm and final). Store each of the name, student number and marks in parallel arrays, where each array is related. Use 2D arrays for the lab, assignment and exam marks (i.e. a 2D array for each student's 11 lab marks, another for 4 assignment marks and a third for the 2 exam marks).

Notes:

- Use the size of the sample data for initializing? array lengths.

- To format a double to 1 decimal place, use String.format("%.1f", value).

- ArrayLists should not be used, but you may use other utilities from the Java Class Libraries.

- Use auxiliary arrays as needed.

Our Programming Fundamentals Assignment Help service has come up with the skilled and competent professionals to provide you the most possible academic solution that no other in the industry can provide.

Tags: Programming Fundamentals Assignment Help, Programming Fundamentals Homework Help, Programming Fundamentals Coursework, Programming Fundamentals Solved Assignments

Attachment:- Fundamentals of Programming.rar

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program called coursemarks
Reference No:- TGS03037691

Expected delivery within 24 Hours