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...

WAP find square root of any number (without using sqrt() )?

Answer Posted / avinash

private int sqrt()
{
int n = console.readline();

n = n*n;

return n;
}

Is This Answer Correct ?    5 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is encapsulation and abstraction? How are they implemented in C++?

1188


What are the 3 pillars of oop?

1245


Explain the concepts involved in Object Oriented programming.

1314


What is polymorphism explain its types?

1218


What is encapsulation selenium?

1077


Why do we use class?

1146


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6731


What are the components of marker interface?

1108


What is cohesion in oop?

1112


What are properties in oop?

1144


Why is destructor used?

1079


What is multilevel inheritance?

1257


write a program to find 2 power of a 5digit number with out using big int and exponent ?

2439


What are the 5 oop principles?

1167


Explain the advantages of inheritance.

1196