Lesson 2: Variables & types — int, double, char
In the previous lesson we printed fixed text; now we'll learn to store data. C is a statically typed language — every variable is declared with a type: int for whole numbers, double for decimal numbers, char for a single character in single quotes ('A'). To print a variable you embed a specifier in