How variables are named in BASIC
Answers
Answered by
0
Answer:
After the first initial letter, variable names can also contain letters and numbers. No spaces or special characters, however, are allowed. Uppercase characters are distinct from lowercase characters. Using all uppercase letters is used primarily to identify constant variables
Answered by
0
Answer:
The variable's name represents what information the variable contains. They are called variables because the represented information can change but the operations on the variable remain the same.
Similar questions