Thursday, 11 October 2012

Program To Find the Ceil Any Number In C++

 #include<iostream.h>
#include<conio.h>
main()
 
{
 
clrscr();
 
float x,y,n;
 
cout<<"Enter Number=";
 
cin>>x;
 
cout<<"\n Answer="<<y;
 
getch();
}

No comments:

Post a Comment