Important Programming Concepts:
Data
Control
(the information)
(what the program does with it)
int
assignment
iostream
input/output
float
repetition (loops)
char
selection (if)
bool
functions