Question: Using C++ to write this program Student ID ending with an Odd Number Write a program that will find the average of five (5) test
Using C++ to write this program


Student ID ending with an Odd Number Write a program that will find the average of five (5) test scores for fifteen (15) different students. The average scores must be stored into an integer array Student ID ending with an Even Number Write a program that will find the class average of fifteen (15) test scores for five (5) different tests. The class average must be stored into an integer array You are to have three separate arrays Note: _jd represents the initials of the programmer. Your array and function names should be named by replace the initials jd with your first and last initials Arra Name of arra Size of arra Data for arra Student Names students id 151110 Initialized in code Scores scores id [15115] Read from data file Averages averages_jd [15] or [5] Calculated and stored Excluding the main function, your program should have three additional functions that will get the scores, calculate the averages and display your output. Functions Calculate Average Called from main and add data to array d add averages to array scores and average array Read Input File et id Called from main Output Results Name of function Properties of function Definition of Function Should pass scores array Should pass average array Should pass students, calc Called from main and print data Data file should be named data_jd.txt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
