Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The code snippets below are optional. You might consider using them or choose your own design. The computer science class may have up to 17

The code snippets below are optional. You might consider using them or choose your own design.

The computer science class may have up to 17 students. However, please make a note that this number can be changed since there are more students to be added to the course. There are five labs (assumed we have five) during the section. Each student is identified by a four-digit student ID number.

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

Page of 5 zooM The program is to output the student scores and calculate and print the statistics for each lab. The output is in the same order as the input, no sorting is needed. The input is to be read from a text file The output from the program should be similar to the fol lowing Here is some sample data (for ilustration only) Stud L1 L2 L3 L4 L5 1234 78 83 87 91 86 2134 67 77 84 82 T9 1852 77 89 93 87 71 High Score 78 89 93 91 88 Low Score 67 77 84 82 71 Average 73.4 83.0 88.2 86.6 78.6 Use one and two-dimensional arrays only. Test your program with the following data Program should print all the lowest or highest scores for each lab. Here is copy of actual data to be used for input Stud L1 L2 L3 L4 L5 1234 032 017 020 028 034 2134 030 036 030 017 030 3124 030 035 020 030 030 4532 031 017 031 032 027 5678 040 012 035 028 034 6134 034 040 035 018 025 7874 030 030 036 038 018 2877 035 030 019 022 030 3189 022 030 020 018 017 4602 039 040 021 038 016 5405 011 011 020 021 010 6999 022 028 029 011 020 8026 040 010 026 028 016 9893 024 009 017 027 020 1947 025 020 028 023 035

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

Database Basics Computer EngineeringInformation Warehouse Basics From Science

Authors: Odiljon Jakbarov ,Anvarkhan Majidov

1st Edition

620675183X, 978-6206751830

More Books

Students also viewed these Databases questions

Question

Compare levels of resolution in conflict outcomes?

Answered: 1 week ago

Question

Strategies for Managing Conflict Conflict Outcomes?

Answered: 1 week ago