write QB64 statement for add values of x and y and store the sum in z
Answers
Answered by
1
10 CLS20 INPUT "ENTER THE VALUE OF X";X30 INPUT "ENTER THE VALUE OF Y";Y40 Z=X+Y50 PRINT "THE SUM IS";Z60 END
Answered by
1
rem to add the value of x and y and store it in z
cls
input "enter the value of x";x
input"enter the value of y";y
print "z is"x+y
end
hope it helped!
Similar questions
Social Sciences,
7 months ago
Math,
7 months ago
Math,
7 months ago
Math,
1 year ago
Social Sciences,
1 year ago
Hindi,
1 year ago
Math,
1 year ago