Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 . Make a Solution named InClass 6 . 2 . Display the following information in comments as heading in the main page: In -

1. Make a Solution named InClass6.
2. Display the following information in comments as heading in the main page:
In-Class 6
Your Firstname Lastname
Instructor: Sukhbir Tatla
3. Dr. Hunter teaches three sections of her Intro to Computer Science class. She has
12 students in section 1,8 students in section 2, and 10 students in section 3.
a. The final exam scores for each student in section 1:
{87,93,72,98,65,70,89,78,77,66,92,72}
b. The final exam scores for each student in section 2:
{71,98,93,79,84,90,88,91}
c. The final exam scores for each student in section 3:
{88,81,56,72,69,74,80,66,71,73}
4. Create a console application that stores their contents in a jagged array. The
arrays first row should hold the exam scores for the students in section 1, and so on.
5. The application should display each sections exam scores in a separate new line
and then use the jagged array to determine the following:
a. The average exam score for each individual section
b. The average exam score for all students in all sections
c. The highest exam score among all three sections and the section number in
which that score was found
d. The lowest exam score among all three sections and the section number in
which that score was found

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_2

Step: 3

blur-text-image_step3

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

Conceptual Database Design An Entity Relationship Approach

Authors: Carol Batini, Stefano Ceri, Shamkant B. Navathe

1st Edition

ISBN: 0805302441, 978-0805302448

More Books

Students also viewed these Databases questions