Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
Input a list of positive numbers (terminated by 0) into an array, find the mean (average) of the numbers in the array, and outp...Asked by Nick
input a list of positive numbers terminated by 0 into a array. find the mean of the numbers in the array and output the result. use a subprogram to input numbers a function to find the mean and a subprogram to output the result.
Answers
Answered by
MathMate
See:
http://www.jiskha.com/display.cgi?id=1340231473
http://www.jiskha.com/display.cgi?id=1340231473
Answered by
Anonymous
Write a console based C++ program that reads student information from a text file, build an array of objects of type class StudentInfo, and provide the following set of operations:
1) Display all student Info
2) Display all Student First Name & GPA
3) Display a specific student grades based on his/her ID
4) Display all Passed Student Names & GPAs; (Pass means GPA >= 50)
5) Display the student name with the maximum GPA
6) Display the student name with the minimum GPA
7) Display Student GPAs as Letter Grades (A, B, C, D, E, and F).
1) Display all student Info
2) Display all Student First Name & GPA
3) Display a specific student grades based on his/her ID
4) Display all Passed Student Names & GPAs; (Pass means GPA >= 50)
5) Display the student name with the maximum GPA
6) Display the student name with the minimum GPA
7) Display Student GPAs as Letter Grades (A, B, C, D, E, and F).
There are no AI answers yet. The ability to request AI answers is coming soon!