c++ programming to print sum of two values
Answers
Answered by
4
HERE'S THE ANSWER..
________________________________
#include<iostream.h>
#include<conio.h>
void main ()
{
clrscr () ,
int a , b , c ;
cout<<"Enter 2 numbers ( a and b ) " ;
cin>> a >>b ;
c = a + b ;
cout<< "the sum is a and b is :- "<< c ;
getch ();
}
HOPE HELPED
:)
Riyajangra:
thnx
Similar questions
Social Sciences,
7 months ago
English,
7 months ago
Math,
1 year ago
Hindi,
1 year ago
Math,
1 year ago