Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java CS 0007 Programming Assignment 4 Problem Write a program that asks the user for the number of students in a class and the number

Java

CS 0007 Programming Assignment 4

Problem

Write a program that asks the user for the number of students in a class and the number of exams in the course, and then gets as input the student names and their scores on the exams. You should store these scores in a twodimensional array, and then compute and output the following:

Each students average on the exams.

The max and min scores earned for each exam.

The average student score for the entire course.

Example

3 students, 3 exams

Exam 1 Exam 2 Exam 3
Adam 100 88 92
Betty 78 88 100
Carl 89 90 94

Exam 1: Max 100, Min 78

Exam 2: Max 90, Min 88

Exam 3: Max 100, Min 92

Adam: Average 93.3

Betty: Average 88.7

Carl: Average 91 Class Average: 91

What to Submit

Your .java file.

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

Graph Database Modeling With Neo4j

Authors: Ajit Singh

2nd Edition

B0BDWT2XLR, 979-8351798783

More Books

Students also viewed these Databases questions

Question

Provide examples of KPIs in Human Capital Management.

Answered: 1 week ago

Question

What are OLAP Cubes?

Answered: 1 week ago