to add value of x and y in z what we have to do in it with ans (programming q basic) spam ans will be reported
Answers
Answered by
0
Answer:
Assuming that x and y are to be taken as input
INPUT " Enter value " ; x
INPUT " Enter value " ; y
z = x + y
[ If you want to print ]
PRINT " Value of addition of x and y = " z
Explanation:
Answered by
0
Answer:
simple see answer,
cls
input"the value of x"
input"the value of y"
input"the value of z"
Sum=x+y+z
print"the sum is";sum
end
Similar questions
Science,
2 months ago
Hindi,
2 months ago
CBSE BOARD X,
2 months ago
Science,
4 months ago
Social Sciences,
10 months ago
English,
10 months ago