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

7th Feb 2019, 2:32 PM
T M
T M - avatar
1 Answer
+ 2
cin use the >> operator for insert while cout the << operator for print... Check what you used instead.
7th Feb 2019, 3:30 PM
KrOW
KrOW - avatar