Computer Science, asked by 16101, 2 months ago

Q1:Write output for the following code:a=4
b=6
c=a+b
print ("Result is: ", c)

Answers

Answered by shuchismitabasu2007
0

Answer:

Result is , 10

here is the output

Answered by jayantijha561
0

Answer:

if a=4 and b=6

then c=a+b

c=4+6

c=10

Similar questions