I'm a newbie in c++ programming, and like the title explains. I need to figure out how to take two variables with values such as a 1; and b 2;. Now you take cout << a + b; and you will get 3, but I want to somehow have a 1; b 2;
and c num; then have a + b = c. So what ever I have the user input is for a and be added together will become the value of the c variable.