+ 1
Where is the problem
I am woking on a small code of addition in sum numbers but why my input is not working properly https://code.sololearn.com/c36A8tZwN8qt/?ref=app
4 odpowiedzi
+ 4
Take a look at this lesson
https://www.sololearn.com/post/664632/?ref=app
+ 5
Smart Video Technical
where's the Code?
+ 4
For Input example:
2
3
will be displayed result of the addition:
5
+ 3
That works well. On SL playground all data inputs have to be at the same time at the beginning of code execution.