► The Print Statement
► The Input Statement
► REM Command
► CLS Command
Qbasic is a high level programming language, which is very easy to use. You write the program using QBasic (or a text editor like notepad) and then you must run the Basic program using the QBasic program. A QBasic program consists of lines of text, one after another, like a poem. Each line of a program (or a poem) stays by itself on one line. A line which has an instruction for the computer is called a statement. Not all lines are statements. Some lines are blank.
► The Print Statement
1. Using Comma (,)
2. Using Semi-colon (;)
3. Leaving a Blank Line
4. Using Tab
► Calculations with Print
► INPUT Statement
► REM Command
► CLS Command