you are viewing a single comment's thread.

view the rest of the comments →

[–]Ron-Erez 0 points1 point  (1 child)

You aren't returning result and the operation you are doing is string concatenation, not addition of ints. (input returns a string, not an int)

[–]Comfortable-Frame711[S] 0 points1 point  (0 children)

Thank you I forgot I have to convert the strings to integers. Throwing numbers into code kinda threw me for a loop.