Online Visitor Counter

  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube

Friday, April 18, 2014

Simple Plus Calculator


#include<conio.h>
#include<iostream.h>
void main()
{
clrscr();
int a,b,ans;
cout<<”Inter 1st  Number\t\t”;
cin>>a;
cout<<”Inter 2nd Number\t\t”;
cin>>b;
ans=a+b;
cout<<”the sum of two Number is”<<ans <<endl;
cout<<”By Muzafar Hussain Sahto”;
getch();
}

No comments:

Post a Comment

 
  • Blogroll

  • Consectetuer

  • Popular

  • Comments