for (int a=0;a<10;a++) { cout<<"Enter a Number: " << endl; cin >> numEntered; insertArray(array, numEntered, a); }
Jump To Top of Thread