#include<conio.h>
#include<iostream.h>
void main()
{
clrscr();
int a=10, b=5;
cout<<(a+b)
<<endl;
cout<<(a-b)
<<endl;
cout<<(a*b)
<<endl;
cout<<(a/b)
<<endl;
cout<<(a%b)
<<endl;
cout<<”By Muzafar Hussain Sahto”;
getch();







No comments:
Post a Comment