I'm working on a C++ project right now (will post instructions on the project if and when necessary) and I'm stumped at this point. I've not a clue of what to do next (I am not finished with the code). Here is my code so far:
In while loop, you have to increment the currnumbscores. I'd use a for loop, since you know exactly how many elements you have in the array. bool isnegative = negative(input);
I suppose negative() checks if the value is less than zero. The result is stored to isnegative var, but you're not doing anything with it.