Week 2 programming assignment for CSC 240 Data Structures - For this to work, you need my `.emacs` file - wget it from here: https://tinyurl.com/lyon-emacs
Sample solution Org-mode file on GitHub: https://github.com/birkenkrahe/org/blob/927f0cbb32738ec47276fa72f24839d807cdabe5/fall24/alg1/simple_array_operations.org
Content:
- Input: Read 5 integer numbers from the user.
- Display: Print out all the numbers.
- Sum: Calculate and display the sum of all numbers.
- Search: Ask for a number and check if it exists in the array.
- Submit a complete Org-mode file with meta data header
- Include comments, description and a test suite
I am also showing how to test the file with user input using a bash shell code block.
Download
0 formats
No download links available.
Simple Array Operations in C (data structures) | NatokHD