User profile: sam1212

User info
User name:sam1212
History
Joined:
Number of posts:21
Latest posts:

Reading from a text file
Write a program that reads students' names followed by their test scores. the program should output...

Array programming problem.
[code]#include <iostream> using namespace std; double smallestIndex (int list[], int size); double ...

Array programming problem.
I deleted the [code]smallestIndex = 0; largestIndex = 0;[/code] from lines 16 and 17 and I get the...

Array programming problem.
[code]#include <iostream> using namespace std; double smallestIndex (int list[], int size); double ...

Array programming problem.
What can I do ? Do I just create another object so they don't both have the name returnedValue? Can ...