c++ helpWell, if you are familiar with C and object oriented programming, just google "c++ guide", the first...
comparing stringsNone mentioned? The elements index of any array starts with 0 thus the last index is 'the number of ...
Mode Program Help. It still has the problem i mentioned. You compare each array slot to itself, thus increasing the cou...
Using a Function to find the lowest scoreHm, findLowest(double lowest) doesnt do anything, since you overwrite your lowest variable with 15 i...
How to store random number in int?rand is a simple function with a simlpe return value as any other function. just assign it to and in...
This user does not accept Private Messages