this collection contains projects for programming 1 course,
it covers all content of subject, including:
- memory locations: variables and constants
- conditional statements: if/else, switch/case
- loops: for, while, do..while
- arrays: single dimensions, multi dimensions
- methods