Computer Science, asked by jshyninair100, 5 months ago

9. Consider the following code segment..
a=input ()
b=int(input())
c=a+b
print(c)

when the program in run, the user first enters 10 and then 5,it gives error. Find the error,its reason and correct it.​

Answers

Answered by guptauv21
2

Answer:

here the answer is c=a+b

Similar questions