- Lesson One: Built in data types
int is for when you want to count something.
float is for when you want to count something reallly accurately.
bool is for when you want to decide something.
void is for when you want to do something.
nullptr is for when you don't want to do something.
const is for when you want something to wander but be left alone.
