programming
Saturday, 10 August 2013
ADD TWO NO
C++ PROGRAMMING LANGUAGE
fIRST-PROGRAMME IN ADD TWO NO :---
#include<iostream.h>
#include<conio.h>
main()
{
clrscr();
float a,b,c;
cout<<"enter a: ";
cin>>a;
cout<<"enter b: ";
cin>>b;
c=a+b;
cout<<"\n c "<<c;
getch();
}
NEXT
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment