#programming
Read more stories on Hashnode
Articles with this tag
In HTML, the <i> tag is used to represent text that should be displayed in italic. The <i> tag is an inline element, which means that it can be used...
As technology continues to advance, the field of programming is constantly evolving and new languages are constantly being developed. However, some...
A while loop in C programming is a control flow statement that allows a program to repeatedly execute a block of code as long as a given condition is...
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...