0
What is the problem of this code?
Could anyone tell me what I've have mad wrong in the code? I wanted to input two numbers and do an addition of both without using the + tag. But the code isn't working. What do I have to do so that the code is working? What doesn't work now? https://code.sololearn.com/czE157e7BFDd/?ref=app
1 Answer
+ 2
cin use the >> operator for insert while cout the << operator for print... Check what you used instead.