Thread
:
New to c++ language. Need help.
View Single Post
xpi0t0s
Mentor
9Feb2010,12:52
Code:
int a=12; int b=33; int sum; sum=a+b; cout << a << "+" << b << "=" << sum << endl;