[CrashCourse CS] #12 Programming Basics: Statements & Functions
- Syntax : set of rules that govern the structure and composition of the statements in a language.
- Assignment statement
- Initialize value
- Control flow statement (IF statements, conditional statements)
- While loop (condition-controlled), for loop (count-controlled)
- Functions (= methods, subroutines)
- Modularizing functions
- Library - Huge bundles of pre-written functions
Vocabulary
- contend with - deal with
- impediment - obstacle
- nitty gritty - important part, basics
- snippet - small piece
- catch-all - 일반
- replenish - make it full or complete again
- intrigued - interested, fascinated
Thoughts
- 알던 내용이라서 간단하게 쓰고 단어만 정리했다.
- 다음은 알고리즘이다. 기대된다...!