Tagged Questions

0
votes
3answers
205 views

My 'cout' isn't giving correct value - why?

Simple "sum of digits" code. Compiles but when executed, the last cout gives a "0" for the num int rather than the actual user-input number. Feel free to c&p into your own compiler, if you're so ...