Statements in QBASIC

Subject: Computer

Overview

Coming Soon

Things to remember
  • A statement is a set of instructions written by using keywords or commands of QBASIC. 
  • LET is an assignment statement. It is used to assign the value to a variable.
  • The remarks may be useful in a program to explain about different kinds of statements and user defined words.
  • PRINT statement provides output on the screen. 
  • The CLS statement clears the screen.

© 2021 Saralmind. All Rights Reserved.