This lesson will discuss three fundamental programming concepts:
- Variables
- Data types
- Printing
Variables: Allow us to store information and reference different data types
Data Types: Are the different types of information that we can store, use and reference.
Printing: Simply lets us display output to the console. Useful for debugging and making small applications.