Computer Science Homework Help
CSIS 296 Grossmont College Entering Integer Values C++ Program Task
Write a C++ program to include an array that allocates space dynamically for entering integer values. You will create and use 2 functions.
1st function:
After you enter all the array values, you can pass the array to a function that sorts them in descending order.
2nd function:
You can use a function to find the lowest value in the array.
What to display:
Your program has to display the following:
The descending order sorted list of the array values
The lowest value in the array by using the correct headings
Pointers should be used as much as possible as you can for this program.
Requirements creating the project
Enter valid data that is easy to follow and calculate for testing when you create the screen shot running the project
Allow the user of the program to enter any data for testing the program