Programming is a fundamental basic for all computer science's students. Programming trains students to think critically when facing the problems to solve it. By learning Programming Technique, I can become a programmer and this may also help me to become a Data Engineer in the future.
This course initially teaches us on the development of pseudo code, flowchart, tracing the results and later on write some programs to display the results. Besides, I've gained the knowledge on the function, array, pointers, structured data and so on. There are two types of function such as predefined functions and user define function while the two types of array are 1D array and 2D array.