Computer Science, asked by muskan9563, 1 year ago

write down the steps of an arithmetic operation 2+3=5​


Anonymous: Sorry but what u mean by writting down steps of an arithmetic operation>

Answers

Answered by anukulkarki10
1

Start

Input a=2

Input b=3

s=a+b

Print s

End

Similar questions