Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Table 1 is the summar},r of examination marks for three students. The students are labelled as student[0], student[l] and student[2]. The subjects are labelled as

image text in transcribed
Table 1 is the summar},r of examination marks for three students. The students are labelled as student[0], student[l] and student[2]. The subjects are labelled as subject[0], subject[l], subject[2] and subject[3]. Use a two-dimensional array to store the students' marks in the table format. Then, nd the lowest mark, the highest mark and the average mark for student, studentl and student2. subject[0] subject[ 1] subject[2] subject[3] 78 60 79 88 student[ 1] 85 80 T? 91 student[2] 39 73 81 75 Table 1: Student marks and subjects An example of the program output is: subject[0] subject[1] subject[2] subject[3] student [0] 78 6B 7'9 88 student [1] 85 80 77 91 student [2] 89 78 31 1'5 Lowest mark: 60 Highest mark: 91 The average mark for student 0 is 76.25 The average mark for student 1 is 83.25 The average mark for student 2 is 80.?5

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

Students also viewed these Programming questions

Question

Please show the actual program and output in C++, thank you!

Answered: 1 week ago