How to write a program in small basic to print 1 , 3 and 5
Answers
Answered by
2
Answer:
Variables in Small Basic are typeless, which means you don't need to set the type of the data you're going to store in a variable. ... For example, if you define a variable named score to save a player's score in a game, you should only use that variable for that one purpose
Similar questions