Which of the following is NOT true about variables? Variable names cannot start with number. For example, 1test is an invalid variable name. The value stored by a variable cannot change. Variables are a name for a spot in the computer's memory The value stored by a variable can be changed.
Answers
Answered by
8
The wrong statement is -
The value stored by a variablecannot change.
Answered by
0
The value stored by a variable cannot change.
This statement is NOT true.
Here the given statements that we have are:
Variable names cannot start with a number: This statement is true as the variable's name should either start with a letter or '_'.
Variables are a name for a spot in the computer's memory: This statement is also true.
The value stored by a variable can be changed: this statement is true as the variable is a spot in the computer's memory for storing values. So we can change the value stored in a variable.
Similar questions