Computer Science, asked by dev6C, 4 months ago

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 ujaanmukhopadhyay
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 Aeslvah
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