do you do it in visual studio?C++

profileAbdull2004

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.

    • 9 years ago
    • 5
    Answer(1)

    Purchase the answer to view it

    blurred-text
    • attachment
      computing.txt
    • attachment
      cpp.docx