0
Tried to code on my own
I donât have an IDE, so I hunted down an online one. As soon as I tried to code something (a simple C++ case code) it didnât work. https://code.sololearn.com/ccIwOfcQpVNt/?ref=app Any help?
4 RĂ©ponses
+ 3
Why are you posting someone else's code when you said "Tried to code on my own"?
+ 3
Neither did I Yugabdh , but then I see it when opening the code "oh did he change avatar, that's not what I saw in Q&A" LOL
+ 1
Why your taking input in the same variable "number" it will overwrite the previous value. Use num1 and num2 for inputs then add them. If you want an online IDE, try online gdb
https://www.onlinegdb.com/
+ 1
Ipang lol I didn't even notice that one