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, 03.07.2019 15:10
Ahouse has the following electrical appliance usage (1) single 40w lamp used for 4 hours per day (2) single 60w fan used for 12 hours per day (3) single 200w refrigerator that runs 24 hours per day with compressor run 12 hours and off 12 hours find the solar power inverter size in watt with correction factor of 1.25.
Answers: 1
question
Engineering, 04.07.2019 18:10
Adouble-strand no. 60 roller chain is used to transmit power between a 13-tooth driving sprocket rotating at 300 rev/min and a 52-tooth driven sprocket. a) what is the allowable horsepower of this drive? b) estimate the center-to-center distance if the chain length is 82 pitches. c) estimate the torque and bending force on the driving shaft by the chain if the actual horsepower transmitted is 30 percent less than the corrected (allowable) power.
Answers: 3
question
Engineering, 04.07.2019 18:20
Have a greater impact on maintenance productivity than any other support group. (clo5) a)-the top management b)-inventory and purchasing c)-sub-contracting d)-cmms
Answers: 2
question
Engineering, 04.07.2019 19:10
What is creep? what is stress relaxation?
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
Mathematics, 17.10.2019 10:30
Questions on the website: 13722360