This time, we learned about pointers and array. Pointers and array has some similarity though both of them are different. Continue reading Fifth Lesson of Algorithm
Month: October 2015
Forth Lesson of Algorithm
Today’s material is basically the same with the previous one. Though this time, we learned some more things about repetition. Continue reading Forth Lesson of Algorithm
Third Lesson of Algorithm
This time, the first topic of the lesson is Selection. Selection means pilihan/seleksi in Indonesia. It means that there is a criteria that needs to be fulfill. There are 3 type of selection in general and in C programming language, “if”, “if-else”, and “switch case”. Continue reading Third Lesson of Algorithm
Second Lesson of Algorithm
This time, we continued to learn on C programming language in general. First we learned about operator, operand, and arithmetic. Operator is symbol used to process a value into a new value. For example addition (+) and equal (=). While operand is the data or value which was processed by operator, like numbers and variables. Continue reading Second Lesson of Algorithm
First Lesson of Algorithm
Today, I have an algorithm and programming class. This is basically our first class, cause last week we had a holiday. Some of the materials from this class have been delivered to us during the Academic Orientation (AO). Here’s what I got from today’s class. Continue reading First Lesson of Algorithm