Hey guys I have a couple of questions.
I am trying to build a program that will prompt for the user to enter the size of an array.
I've searched the web and several C++ books for guidance on this but have not been able to find anything of significant or easily understandable help.
So my questions are:
1. What code should be used to allow the user to enter the size of the array being used?
2. Will this code allow for the bubble sort algorithm?
Thanks everybody!
- Newb Programmer