Computer Science, asked by payelmahanta733158, 10 hours ago

4. Which type of variable is used to save text in MS Small Basic? ​

Answers

Answered by jenwahlang533
0

Answer:

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. In SmallBasic all data are stored in a single variable type called Primitive.

Similar questions