Education for ALL
Pages
DL
MP
MC
COA
ES
NM
CG
OS
IP
DC
CN
CNS
Cryptography
C
C++
DSA
DBMS
SAD
SE
SPM
IoT
Blockchain
DS
AI
ML
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