Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Round up a Decimal number in c++..

example Note = 3.5 is as 4
3.3 is as 3

Answer Posted / vimala

void main()
{
float a,c;int b,d;
cout<<"ENTER ANY FLOAT VALUE:";
cin>>a;
b=a;c=(a-b);
if(c>=.5)
d=b+1;
else
d=b;
cout<<"AFTER ROUND UP THE DECIMAL NO IS:"<<d;
getch()
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is this pointer in oop?

1128


What does sksksk mean in text slang?

2180


What is polymorphism give a real life example?

1079


What is the real life example of polymorphism?

1235


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1920


What is overriding vs overloading?

1112


Why do we use class in oops?

1024


what is different between oops and c++

2620


write a programe to calculate the simple intrest and compund intrest using by function overlading

2263


any one please tell me the purpose of operator overloading

2444


What is class and object in oops?

1213


• What are the desirable attributes for memory managment?

2283


Is data hiding and abstraction same?

1105


What is the difference between static polymorphism and dynamic polymorphism?

1138


What is a class oop?

1058