please only answer if you know the answer
Attachments:

Answers
Answered by
0
Answer:
this program create in C and C++ language
Explanation:
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr() ;
int a, b, c, d, e, f;
cout<<"Enter A number = " ;
cin>>a;
cout<<"Enter B number = ";
cin>>b;
c=a+b;
c=a-b;
c=a/b;
c=a*b;
cout<<" ADDITION ="<<c<<endl;
cout<<" SUBTRACTION ="<<c<<endl;
cout<<" DIVISION ="<<c<<endl;
cout<<" MULTIPLICATION ="<<c<<endl;
getch() ;
}
Similar questions
Math,
2 months ago
Biology,
3 months ago
Math,
3 months ago
Computer Science,
11 months ago
Social Sciences,
11 months ago
English,
11 months ago