Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Download the file 2dmarks.txt from LMS. 2. Write a java program that does the following: 2.1. read the information in the file, which represents

1. Download the file 2dmarks.txt from LMS.

2. Write a java program that does the following:

2.1. read the information in the file, which represents marks of some students in courses of a semester, and store these marks in a two dimensional array (student-by-mark).

2.2. Compute the average mark of each student.

2.3. Find the maximum mark for each student.

2.4. Find the minimum mark for each student.

2.5. Find the maximum mark overall.

2.6. Find the minimum mark overall.

2.7. Print the output of the tasks in 2.2-2.6 in a file called output.txt.

thats what inside the file as it is a student marks

62,85,73,76,73 63,62,80,82,96 72,66,89,76,98 36,93,87,85,83 68,66,86,68,64 73,87,88,60,95 64,56,86,61,78 66,79,73,65,81 71,88,79,55,74 71,69,79,90,82 49,86,97,59,84 14,96,53,95,98 66,98,56,53,89 72,94,95,54,98 72,57,66,75,89 70,91,72,53,76 62,98,81,85,88 81,80,73,84,61 73,93,70,88,66 32,68,75,93,71 86,65,70,97,60 63,96,59,61,78 76,83,92,68,98 61,86,86,56,52 91,82,87,81,95 50,96,75,66,69 73,55,65,90,87 87,69,81,53,62 98,94,88,88,71

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_2

Step: 3

blur-text-image_3

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

Database Principles Programming And Performance

Authors: Patrick O'Neil

1st Edition

1558603921, 978-1558603929

More Books

Students also viewed these Databases questions