<aside> 💡 제어문(control flow statements)이란? 프로그램의 순차적인 흐름을 제어해야 할 때 사용되는 실행문 (조건문, 반복문 등이 포함)
</aside>
if
if ... else
if ... else if ... else
switch