Computer Science, asked by jerahussoreng, 1 day ago

What is a variable in QBASIC? How and when is it used in a program?​

Answers

Answered by charvisharma9b9212
2

Answer:

A variable in QBasic is a small amount of computer memory that has been given a name. You (the programmer) think of the name you want to use. The QBasic system will use a section of main memory for that name.

Similar questions