Sweet! We can use auto keyword instead of a type to tell the compiler to deduce the type from the value. That's what we call automatic type deduction.
auto
Psst: type deduction only works when we initialize a variable upon creation.