0
#include<iostream> #include<conio.h> using namespace std; int main() { int a ,b; cout<<"enter value of a and b"; cin>>a>>b; cout<<"SUM IS :"<<a+b; getch(); }
30th Sep 2016, 8:17 PM
Nilay Solanki
Nilay Solanki - avatar