User profile: logmein

User info
User name:logmein
History
Joined:
Number of posts:3
Latest posts:

arrays
What I want to happen in my program is instead of this: 1000: 1 500: 1 50: 1 1: 6 1000: 2 100: 3 1...

arrays
#include <iostream> #include <conio.h> #include <cstdlib> using namespace std; int main () { ...

arrays
#include <iostream> #include <conio.h> #include <cstdlib> using namespace std; int main () { ...