Computer Science, asked by jasithajasitha59354, 7 hours ago

a=”3” b=”2” print(a+b) What will be the output of this program?​

Answers

Answered by muskangoel01
1

Answer:

a=3

b=2

This is the input

output is a+b that is to be printed

ie 3+2 ie 5

Similar questions