Computer Science, asked by sayantonikar, 7 months ago

Find the output:
a. x = 5
y = 6
temp = x
x = y
y = temp
printer ( x, "\n", y)

b. a = 10
b = 12
c = a**2
d = 12/2
sum = c + d
print = (" The final answer is",
sum)

Answers

Answered by wdffhj
1

Explanation:

a .(6,5)

b.The final answer is 26.

Similar questions