# 1. Variable (변수)- **Variable**: 데이터를 저장할 수 있는 메모리 공간의 이름- **Variable Declaration (변수 선언)**: 타입 + 변수명으로 선언 (예: `int age;`)- **Type (타입...