+ 2
Output generated for the sum prgm
when i run the prgm of sum of 2 nos, it displays direct sum. If it shud display sum= the number? what to do?
2 Respuestas
+ 1
cout<<"Sum ="<<a+b;
- 1
court<<''the sum of two numbers=''>>sum>>endl;
when i run the prgm of sum of 2 nos, it displays direct sum. If it shud display sum= the number? what to do?