Education for ALL
Pages
C
C++
DL
MP
COA
NM
CG
DSA
DBMS
DC
CN
Crypto
IP
SE
SPM
OS
MC
AI
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