Computer Science, asked by tanuja2006rt, 7 months ago

write a q basic program using string and numeric variables
pls tell correct answer​

Answers

Answered by tanujagautam107
0

Answer:

plz mark me as brainliest

Explanation:

-----CODE-----

CLS

x = 4

y = 2

PRINT 4 + 2

PRINT x + y

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

-----OUTPUT-----

6

6

Similar questions