answersLogoWhite

0

To find the area of a square, the person can simply multiply length times width, which would be two sides of the square. To find area of a circle, the person must use the equation ((pie)(r))(squared).

User Avatar

Wiki User

11y ago

What else can I help you with?

Continue Learning about Engineering

When is a number called a 'Sunny' number?

A number is said to be 'sunny' when, 1 added to that number, the square root of it becomes a whole number...


How do you write a program to find whether a number is a perfect square in java?

Example: int x, y; x = 5; y = x * x; // square of x System.out.println("The square of " + x + " = " + y); Put all this in your main() method. Most Java IDEs will generate the main() method automatically.


What is transistor density?

The number of transistors in a defined square area on an IC chip.


How do you write a program in java to check a number is neon number?

class neonn { ; public static void check()throws IOException ; { ; BufferedReader br = new BufferedReader ( new InputStreamReader(System.in)); ; int num; ; System.out.println("Enter the number to be checked!"); ; num=Integer.parseInt(br.readLine()); ; int square; ; square=num*num; //squaring the number ; ; int sum=0; ; ; String sqs=Integer.toString(square); ; for(int i=0; i<sqs.length(); i++) ; sum+=Integer.parseInt(sqs.substring ( i,i+1 ) ) ; ; ; if (sum==num) //checking if the sum of the square is equal to the number entered ; System.out.println(num+" is a Neon Number!"); // if yes. It is neon ; else ; System.out.println(num+" is not a Neon number!"); //otherwise not ; ; } ; }


C program to find square of an integer?

#include#includevoid main(){long int n;printf("Please enter the number");scanf("%ld" ,&n);n=n*n;printf("Square of entered number = %ld ");}but if you want to show the entered number e.g.Square of the entered number 8=64then below is the code.#include#includevoid main(){long int m,n;printf("Please enter the number");scanf("%ld" ,&n);m=n;n=n*n;printf("Square of entered number %ld = %ld ",m,n);}

Related Questions

When was Assembly Square created?

Assembly Square was created in 2006.


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.


Write an assembly language program to generate a square wave of 10khz and 5Mhz clock?

You will need to have a little bit of computer science knowledge. This will help you to make the programing.


What is the language of the poem union square?

The language of the poem "Union Square" is English.


Where is the house of assembly located in the Bahamas?

Parliament Square


Is the number 40 a square number?

It is a square number but not a perfect square number.


What is it called when a number has a whole number square root?

Then the number is called a "perfect square".Then the number is called a "perfect square".Then the number is called a "perfect square".Then the number is called a "perfect square".


What is the highest square number?

There is no highest square number. If there was such a number then that number squared would be a higher square number!


Where do you use square roots in everyday life?

while standing in assembly


A number that is square of a whole number?

A perfect square is a rational number equal to the square of a whole number.


What is square root of a number?

The square root is the number which is times by itself, to get the square number.


Is 120 is a square number?

No it is not a square number but it is very close to the square number 121.