5 - C++ (2 page Essay/Coding)
PART I: Visual Studio
Create codes for the following problem/s. Compile, test run, and edit them if necessary. Include your original .cpp and related file(s) (if any) in a single folder. Compress (zip) the folder and submit the single zipped folder.
PART II:
Write a 2 page research paper (excluding title and reference pages. Double spaced) on arrays. Explain the concepts discussed in the textbook using at least an example not included in the textbook. In addition to textbook, use two other resources (Wikipedia sources are not permitted) and list each resource used at the end of paper in the reference list section.
Concepts: ARRAYS
- 7A declare and use single dimension arrays.
- 7B declare and use multidimensional arrays.
- 7C pass whole arrays and array elements as parameters.
- 7D perform basic sort and search routines on arrays.