Computer Science, asked by usmankhan27, 4 months ago

Assign the sum of variable X and Y into the variable Z (by programming)​)

Answers

Answered by amritavarshini4177
0

Answer:

X + Y = Z

Explanation:

pls mark as brainalist

Answered by BrainlyProgrammer
1

Answer:

This is done in QBASIC

CLS

PRINT "ENTER TWO NUMBERS"

INPUT X,Y here we input two numbers

Z=A+B

PRINT "SUM="+Z

END

Similar questions