Thursday, 11 October 2012
Program To Find the Ceil Any Number In C++
#include<iostream.h>
#include<conio.h>
#include<math.h>
main()
{
clrscr();
float x,y,n;
cout<<"Enter Number=";
cin>>x;
y=ceil(x);
cout<<"\n Answer="<<y;
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment