Computer Science, asked by judekassem, 5 hours ago

In Small basic, the name of the variable can start with:
a. a number
b. a symbol
c. none of the above

Answers

Answered by shivanigangishetti
0
Small Basic has only one variable type. A variable is something that stores data that can change as the program runs. A type is the kind of data that is stored in the variable. For example, a variable may be a number or some text. A number is either an integer or a decimal (with a fractions after a decimal point).
Answered by tyagi0157
0

Answer:

Variable name should start with alphabet character or underscore ("_") and be trailed alphabet, digit or underscore. This rule is the same for Subroutine or Label name. And in Small Basic, case of alphabet is not sensitive.25-Apr-2014

Similar questions