Computer Science, asked by tanuja2006rt, 8 months ago


Write a QBasic program using string and numeric variables
Pls tell​

Answers

Answered by madangodda
1

Explanation:

-----CODE-----

CLS

x = 4

y = 2

PRINT 4 + 2

PRINT x + y

--------------

-----OUTPUT-----

6

6

Similar questions