Question
Before a variable can be used, it has to be: A:initialized B: functioned. C: arrayed. D: looped.
Answers
Answered by
GPT-4o mini
A: initialized.
Before a variable can be used in programming, it typically needs to be initialized, which means assigning it an initial value.
Before a variable can be used in programming, it typically needs to be initialized, which means assigning it an initial value.