This time we have a small review before the quiz.
Programming is basically the process to make input become output. This can be done with several ways like selection, repetition, and storage.
In selection, we use if condition, if-else condition including nested if, and switch-case. In repetition, we use for, while, and do-while.
After that, we also do some practice like making square and diamond shape using C language.