subject
Engineering, 14.11.2019 06:31 asherkbohannan

Write a program to sort the student’s names (ascending order), calculate students’ average test scores and letter grades (use the 10 point grading scale). in addition, count the number of students receiving a particular letter grade. you may assume the following input file data :
johnson 85 83 77 91 76
aniston 80 90 95 93 48
cooper 78 81 11 90 48
gupta 92 83 30 69 87
muhammed 23 45 96 38 59
clark 60 85 45 39 67
patel 77 31 52 74 83
abara 93 94 89 77 97
abebe 79 85 28 93 82
abioye 85 72 49 75 63
(40%) use four arrays: a one-dimensional array to store the students’ names, a (parallel) two dimensional array to store the test scores, a one-dimensional array to store the student’s average test scores and a one-dimensional array to store the student’s letter grades.
(60%) your program must contain at least the following functions :
a function to read and store data into two arrays,
a function to calculate the average test score and letter grade,
a function to sort all the arrays by student name, and
a function to output all the results (i. e. sorted list of students and their corresponding grades)
have your program also output the count of the number of students receiving a particular letter grade.
note : no non-constant global variables are to be used. you can name the arrays and functions anything you like. you can use the operator > = to sort the strings.
in c++

ansver
Answers: 2

Another question on Engineering

question
Engineering, 04.07.2019 19:20
Determine the stoichiometric and actual air-fuel ratios and the mole flue gas composition for combustion with 15% excess air for raw indiana, pennsylvania raw coal.
Answers: 3
question
Engineering, 06.07.2019 02:30
In a unit cell of fcc structure, indicate the position of one of the tetrahedral interstitial sites by plotting the corresponding tetrahedron. do the same for one of the octahedral interstitial sites (in a separate fcc unit cell). mark the positions of all the tetrahedral and octahedral interstitial sites in the unit cells. how many equivalent tetrahedral sites and how many equivalent octahedral sites are contained in a fcc unit cell, respectively. what is the coordination number for a tetrahedral site and what is the coordination number for an octahedral site?
Answers: 2
question
Engineering, 06.07.2019 03:10
Two slings are used to lift a girder of length l and uniform weight per unit length. what is the best position for the slings if the bending moment due to the weight of the girder is to be kept to a minimum?
Answers: 2
question
Engineering, 06.07.2019 03:20
What is the strain energy stored in a solid uniformly circular shaft of length 3.0 m and diameter 120 mm when subject to pure torsion if the maximum shear stress is 40 mpa? g-80gpa
Answers: 1
You know the right answer?
Write a program to sort the student’s names (ascending order), calculate students’ average test scor...
Questions
question
History, 20.10.2019 02:50
question
Mathematics, 20.10.2019 02:50
Questions on the website: 13722363