ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 4 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 09 May 2017 My Price 9.00

CSCI 1015 Assignment 9Write a program that uses 2 one-dimensional arrays

i need help coming up with this program that is due today

 

CSCI 1015 Assignment 9Write a program that uses 2 one-dimensional arrays to store the highest and lowest for 15 test scores for7 students. The program should output the average high, average low, standard deviation, and highestand lowest test score among the test scores. Your program must consist of the following methods:a.MethodgetData: This method reads and stores the data in the one-dimensional array (hint: callthe method twice to read the highest and lowest of each student separately).b.MethodavgHigh: This method calculates and returns the average high test score among thetest.c.MethodavgLow: This method calculates and returns the average low test scores.d.MethodindexHighTemp: This method returns the index of the highest test in the array.e.MethodindexLowTemp: This method returns the index of the lowest test in the array.(Thesemethods must all have the appropriate parameters)f.MethodstndDev: This method return the standard deviation from the highest and lowest scores.NOTE:Perform input validate to ensure that scores less than 0 are not allowed or scores greater than 100 arenot allowedSample Input/Output:Enter Students1 Test Scores: 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100Enter Students2 Test Scores: 100 100 93 100 100 100 87 100 100 100 100 87 99 92 93>>High test for students;>>100 100 82 60 73 92 89 90 67 90 70 42 92 32 89>> Low test for each students;>>100 87 50 55 45 75 80 82 50 80 37 20 80 10 80>>Average high temperature: 77.86Standard Deviation: 20.44458>>Average low temperature: 62.06 Standard Deviation: 26.25824>>indexHigh = 0, Highest test Score: 100>>indexLow = 13, Lowest test Score: 10Code Template:please download the code template in D2L and add your own code.Grading:please read the syllabus about the coding style and rubric. All assignments will begraded based on several aspects from the rubrics.1

Attachments:

Answers

(11)
Status NEW Posted 09 May 2017 05:05 AM My Price 9.00

-----------

Not Rated(0)