use this file --
#include <iostream>
using namespace std;
int main()
{
int a,b,c;
cout << "enter the no.";
cin >> a >> b;
c= a+b;
cout<<"sum"<<c;
return 0;
}
_______________________________________________
ilugd mailinglist -- [email protected]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/[email protected]/
