Which of these statements is true if we don't want to assign a value when we declare a variable?
null
to itBoom! If we don't want to give it a value right away, we can assign it afterwards according to the type, which we can't change after the declaration.
Whoops! If we don't want to give it a value right away, we can assign it afterwards according to the type, which we can't change after the declaration.