Tutorial 3 : Functions of QBasic
Welcome to The Technophile.
Today , we are going to learn about functions in QBasic like REM , CLS , INPUT , PRINT and LET. .
REM Command - This function is used to write remarks that are also known as comments in a program. These statements are not important and the computer does not execute this command.
CLS Command - This function is used to clear the output screen.
INPUT Command - This function is used to take input from user and store that input in the variable.
PRINT Command - This function is used to print any type of text in the output screen.
LET Command - This function is used to give value to a variable. This command is optional.
END is used to end a program.
Thankyou,
Hope you liked the blog.