write qb64 statement to add values of x and y and store the sum in Z
Answers
Answered by
14
PRINT "Enter the first number"
INPUT x
PRINT "Enter the second number"
INPUT y
z = x + y
PRINT "Sum of digits is "; z
END
INPUT x
PRINT "Enter the second number"
INPUT y
z = x + y
PRINT "Sum of digits is "; z
END
Answered by
2
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
Similar questions
Chemistry,
8 months ago
Physics,
8 months ago
Math,
1 year ago
Math,
1 year ago
Social Sciences,
1 year ago