answersLogoWhite

0

You can use the Math.sqrt() method.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you write Square program using vb?

write a vb program to find the magic square


Program to find square and cube of a number?

square and cube caculator


How do you write a c program to find square of a no using call by value?

int square (int N) return N*N;


Write a Shell program to find the smallest number from a set of numbers?

k


Write a Shell program to find the sum of cube of individual digits of a number?

no thanks


How do you write the positive square root of a number as a length of a side of a square with a given area?

You find the square root an then label it as the side.


How do you write a program to find the area of a square in qbasic?

To write a program in QBASIC to find the area of a square, you first need to prompt the user to enter the length of one side of the square. You can then calculate the area by squaring the length (multiplying it by itself) and finally display the result. Here's a simple example: INPUT "Enter the length of the side of the square: ", side area = side * side PRINT "The area of the square is: "; area


Write a c program to find given number is prime or not?

Yes, do write, or if you're too lazy to your homework, use google.


Write a C program to find the square of two numbers?

Please visit http://talentsealed.blogspot.com/2009/10/to-find-sqaure-of-numbers-using-c.htmlfor the answer.


What is the largest prime no that is stored in 8 bit pattern?

Write your own prime number program and find out.


Write a Program to find square root of a given number using 8086 microprocessor?

To find the square root of a given number using the 8086 microprocessor, you can implement the Newton-Raphson method in assembly language. First, load the number into a register, then set an initial guess for the square root. Use the iterative formula guess = (guess + number / guess) / 2 until the guess converges to a stable value. Finally, store or display the result.


The sum of a number and its square is 6 Find the number?

There are two solution: -3 and +2.