Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
do you do it in visual studio?C++
Write a C++ program that will
Ask the user how many whole numbers they wish to enter (max 20)
Read that many numbers
Print them in the order they were entered
Sort them in order by increasing value, and print them in the sorted order
Use an array to store the integer values read.
Sorting will be done in a function where the array will be the first parameter and the number of
integers entered into the array will be the second parameter.