Mar 12, 2022 at 5:02am
Output:
Names Forward: (Names)
Scores Forward: (Scores)
Names Reverse: (Names)
Scores Reverse: (Scores)
(#) results for (name)
Minimum: ...
Maximum: ...
Sum: .....
Average: ....
Last edited on Mar 13, 2022 at 4:21am
Mar 12, 2022 at 5:21am
Nice summation of your assignment, so what have you done?
What is your C++ question?
Just dumping your assignment and expecting someone to do the work for you is not a good start here.
Mar 12, 2022 at 10:21am
Well at least the input file has been provided...
What is the 'array' problem? How much of this assignment have you managed. Have you done task 1)? Task 2) ? What is the C++ question?
If you post your current code then we'll be able to provide more guidance.
When posting code, don't forget to use code tags
[code]
// Code goes here
[/code]
|
so that the code is readable.
Last edited on Mar 12, 2022 at 10:24am