User profile: djlethal109

User info
User name:djlethal109
Name:s
Location:w
History
Joined:
Number of posts:4
Latest posts:

Problem with number finding code
[code]while (input != 'C')[/code] just make input a char. that might be it?

FUNCTION
[code]for ( int i=0; i<count; i++ ) { for ( int j=0; j<count; j++ ) { if ((numbers[i] == numbers...

Template Problem
isn't valid?

selection sort
make sure all your function names match up