Simple Array Operations in C (data structures)

Описание к видео Simple Array Operations in C (data structures)

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/bl...

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.

Комментарии

Информация по комментариям в разработке