Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a c++ program to calculate the average score of 3 students, as well the minimum & maximum score of 3 courses using arrays.. Define

Create a c++ program to calculate the average score of 3 students, as well the minimum & maximum score of 3 courses using arrays..
Define a 2D [3][3] Array to store all the scores of the 3 students for the 3 subjects and show them on the screen
Calculate & Display the average of each student between the 3 courses (an average result for each student between their scores of the 3 subjects)
Calculate & Display the minimum and maximum score of each course ( a min and max score for each of the 3 subjects)
It should look like this...
image text in transcribed
Student1 Student2 Student3 Subject1 Subject2 80 80 70 90 Subject3 80 70 60 60 95 Average 80 76.6 71.6 Min and max 60 60 70 80 90 95

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

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

4th Edition

0805360476, 978-0805360479

Students also viewed these Databases questions

Question

why we face Listening Challenges?

Answered: 1 week ago

Question

what is Listening in Context?

Answered: 1 week ago