Computer Science, asked by kamalaspk321, 5 hours ago

write QBASIC program to input
any
four numbers then
Calculate and display their sum​

Answers

Answered by karthik2066
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 AashutoshKushwaha
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