User profile: mnunez

User info
User name:mnunez
Email:statzbc@yahoo.com
Statistical data
Birthdate:Jan 28, 1983
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:7
Latest posts:

array
ha i missed that thanks.

array
how wouild i do that?

array
[code]#include <iostream> int main() { using namespace std; int i, numbers[10], max; ...

arrays
I'm having trouble trying to figure out what the best way to declare an array that will hold up to 1...

Amicable numbers 2
int main() { int low; int high; //range cout << "input the start of the range: " << endl...