#qbasic-simple
Read more stories on Hashnode
Articles with this tag
It is a comment command that is used for the documentation of the code. Like in other programming languages, the comments used in QBasic are not...
The print command in QBasic is used to display the output on the screen. We can print the string if we enclose the string in double quotes. Similarly,...
A variable is a memory space where we can store values. Variable names that we use in QBasic can be a single letter or a complete name. It is...
BASIC full form is a beginner's all-purpose symbolic instruction code. This is one of the languages which was supported in all the operating systems...