Computer Science, asked by manishsharma60619, 23 days ago

Write the function of the following Qbasic Editor.

i) Main Window
ii) Immediate Window​

Answers

Answered by revesagain
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 ramabhaikaithakatil
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