Computer Science, asked by PankajSuhag, 7 months ago

which command is used to switch both mode to qbasic​

Answers

Answered by netragharat09
3

Answer:

QBasic is an integrated development environment (IDE) and interpreter for a variety of dialects of BASIC which are based on QuickBASIC. Code entered into the IDE is compiled to an intermediate representation (IR), and this IR is immediately interpreted on demand within the IDE.

Answered by Anonymous
4
In True BASIC the primary mechanism for generating output is the PRINT statement. The PRINT statement displays textual output on the computer screen. This textual (as opposed to graphical) out- put may be string constants; the values of variables, arrays, functions, or expressions; or any combination you specify.



Hope it helps you!!!
Follow Me
Similar questions