what isQBASIC programing? give an example
Answers
Answered by
1
Answer:
Here C is the variable that will store the INPUT value of Celsius. And F is the variable where we will store the result in Fahrenheit, which will be used in a PRINT statement to print the results. So, these are some common Qbasic programming examples that are useful for students and new programmers.
Explanation:
IF YOU ARE BENEFITED FROM MY ANSWER THEN PLEASE LET ME KNOW.
Answered by
0
Answer:
QBasic is an integrated development environment and interpreter for a variety of dialects of BASIC which are based on QuickBASIC. The code entered into the IDE is compiled to an intermediate representation, and this IR is immediately interpreted on demand within the IDE. QBasic came complete with four pre-written example programs. These were " Nibbles ", a variant of the Snake game; " Gorillas ", an Artillery game; " MONEY MANAGER ", a personal finance manager; and "RemLine", a Q-BASIC code line-number-removing program. QBasic has an Easter egg.
Similar questions