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