write QBASIC program to input
any
four numbers then
Calculate and display their sum
Answers
Answered by
0
Answer:
Click the Start button to display the Start menu. Point to Programs. Choose MS-DOS Prompt and an MS-DOS Prompt window opens. At the C:\> prompt (or at the C:\Windows> prompt), type QBASIC and press the ENTER key and the QBASIC editor appears.
Explanation:
leave one thanks
Answered by
2
Answer:
REM PROGRAM TO DISPLAY SUM OF FOUR NUMBERS
CLS
INPUT “ENTER FIRST NUMBER”; A
INPUT “ENTER SECOND NUMBER”; B
INPUT “ENTER THIRD NUMBER”; C
INPUT “ENTER FOUR NUMBER”; D
S = A + B+C+D
PRINT “SUM OF TWO NUMBERS”; S
END
Please thank if it helps you
and mark it as brainliest
please f0ll0w me
Similar questions
Physics,
1 month ago
Math,
1 month ago
Accountancy,
2 months ago
Chemistry,
9 months ago
Physics,
9 months ago