Write the function of the following Qbasic Editor.
i) Main Window
ii) Immediate Window
Answers
Answered by
3
QBASIC Editor is smart or intelligent editor that checks syntax errors, capitalizes QBASIC reversed words, adds spaces in the expression and makes the same variable identical. It supports different keywords, statements, control structure, library functions, arrays, etc.
Answered by
8
1) Main Window :- This is the main window that appears when you open the QBasic Editor. You type the programs in this window
2) Immediate Window :- This window also appears when you open the QBasic Editor, just below the editor window. It is used while debugging a program.
Similar questions