Education for ALL
Pages
C
C++
MP
NM
CG
COA
CN
DBMS
Crypto
IP
SE
SPM
DSA
OS
MC
C++ Program to add two numbers
#include <iostream.h>
#include <conio.h>
void main()
{
int A,B;
cout<<"Enter two numbers: ";
cin>>A>>B;
cout<<"Sum= "<<(A+B);
getch();
}
OUTPUT:
No comments:
Post a Comment
Newer Post
Older Post
Home
No comments:
Post a Comment