#include<iostream.h> #include<conio.h> void main() { int a,b; clrscr(); cout<<"Enter two numbers"; cin>>a>>b; int s=a+b; cout<<"Sum="<<s; getch(); }
No comments:
Post a Comment