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 / pawarp

#include <iostream>
#include <cmath>
int main()
{
   float a;
   cout<<"Enter any float value to round up"<<endl;
   cin>>a;
   cout << round(a)<<endl;
   
   return 0;
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where You Can Use Interface in your Project

1941


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

2182


Prepare me a program for the animation of train

2540


What is polymorphism explain?

1321


Why do we use oops?

1071


What are the three parts of a simple empty class?

2098


What are the advantages of polymorphism?

1085


What is polymorphism what are the different types of polymorphism?

1069


Why multiple inheritance is not allowed?

1258


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2596


What is polymorphism and why is it important?

1102


What is multilevel inheritance in oop?

1091


What is encapsulation in simple terms?

1100


What is the main purpose of inheritance law?

1251


Please send ford technologies placement paper 2 my mail id

2151