+ 1
Why this isn't working
6 Answers
+ 8
you are doing addition before anything is stored inside the variables.
move a+b to after user input
then cout << "sum " << sum << endl; to see the sum
+ 4
I will remove my copy now, as it is your code đ
+ 3
Yes indeed it is!
+ 2
is this correct too ?
+ 1
thx