what does it mean to declare
to assign a value to a variable
what should you do if you haven’t got a value for that variable yet
assign it with 0, not assigning is bad practice
what are constants
values that are predefined and known to the world eg days in a week, months in a year
how to make a constant
final
how should a constant look
ALL_CAPS_AND_UNDERSCOREZ