#include<iostream.h>
#include<conio.h>
main()
{
clrscr();
int a,b;
cout <<"enter any number";
cin >> a;
cout <<"enter any number";
cin >> b;
int c=a+b;
cout << c <<endl;
int d=a-b;
cout << d <<endl;
int e=a*b;
cout <<e <<endl;
int f=a/b;
cout << f <<endl;
getch();
}
Most Popular Articles
- How to create picture package in Photoshop
- How to change financial year in Tally
- How to set classic start menu in Windows XP
- Pyramid of stars in C (center aligned)
- Exit function in C
- Create a bacground for your image in Photoshop
- C program to generage a beep sound
- How to create bookmark in Microsoft Word
- How to compile and run JAVA programs
- C program to add subtract multiply and division
- How to format Nokia 6600 mobile phone
- JAVA Applet program for doing simple calculations
- How to Improve Windows Vista performance
- C program to add two given numbers






0 comments:
Post a Comment