Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
2 Posted Topics
The only thing I can remember from a long time ago was something else. I would prolly do: [code=C++] #include <iostream> #include <conio.h> using namespace std; void main() { int numbers[10], temp, i, size = 10, original, sorted; for (i = 0; i < size; i++) { cout << "Please …
I personally think a switch statement would be more viable
The End.
hsram