how to solve Qbasic statement
Answers
Answered by
0
Print statement in Qbasic
Output
A statement is a set of instructions written by using keywords or commands of QBASIC.
LET is an assignment statement. ...
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.
Similar questions