Programming Technique I
This course, which covers a foundational subject, gives students theory and practice in structured problem-solving strategies. To address easy to moderate issues, students must write programs in the C++ programming language. The program covers the following topics: file operations, pointers, built-in and user-defined functions, sequential, selection, and loop control structures; preprocessor directives; constants and variables; data types; input and output statements; and structured data types.

Assignment
Assignment 1 Part 1
Assignment 1 Part 2
Exercise 1 Set 1
You may see my coding here
Exercise 1 Set 2
You may see my coding here
Assignment 2 Set 1
You may see my coding here
Assignment 2 Set 2
You may see my coding here
Exercise 2
You may see my coding here
Exercise 3
You may see my coding here
Reflection
Programming Technique 1 enhanced my coding proficiency, teaching me structured problem-solving and efficient algorithmic approaches. The course provided a solid foundation, empowering me to write more organized and effective code.