#include<iostream.h>
#include<conio.h>
void main()
{
int i,j,add;
clrscr();
cout<<"Enter 1st Number";
cin>>i;
cout<<"Enter 2nd Number";
cin>>j;
add=i+j;
cout<< "Addition ="<<add;
getch();
}
Subscribe to:
Post Comments (Atom)
Related Post
Array:
String functions:
General (Loops-for/while)
No comments:
Post a Comment