Computer Science, asked by pringaljaria8663, 10 months ago

Write QBASIC program to add two numbers entered by the user using input.

Answers

Answered by dattrajsodha
0

Answer:

I don't know ok bye you got it

Answered by atrs7391
1

CLS

INPUT "ENTER A NUMBER"; N1

INPUT "ENTER SECOND NUMBER: ",N2

SUM = N1+N2

PRINT "SUM = ";SUM

END

Similar questions