Programming Homework Help
CSIS 296 SDSU Array of Pointers in C Plus Plus Project
Description of the Program:
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
- Name the project as <Your Name><Assignment8>
- Name your “.cpp” source file as <Your Name><Assignment8> (same with the project)
- Enter valid data that is easy to follow and calculate for testing when you create the screen shot running the project
- The screen shot should show the whole run of the project with actual meaningful data (do not show the code only)
- Allow the user of the program to enter any data for testing the program
- Take a screen shot when you run the project
- Zip the project using the zipping instructions. This will create the file with the zip extension you will submit for this Assignment.
What you will submit for this Assignment
- The project zip file (follow the exact instructions how to zip the project)
- A screen shot(required) that shows the whole run of the project with actual meaningful data
- The source file you named as “<Your Name><Assignment8>.cpp” separately from the project zip file
You will upload the 3 files using “submit Assignments“:
- Project zip file (<Your Name><Assignment8>zip)
- Screen shot
- Source file of your program (<Your Name><Assignment8>.cpp”)