Explain the two types of variables in small basic
Answers
Answered by
3
Answer:
Small Basic has only one variable type. ... In most languages data of different types are stored in variables of a specific type that can only hold that kind of data. So an integer type variable can only store integers and a string type can only store text.
Similar questions