pi x radius x radius the forula for working out the area of a circle if this is what you're asking.
========================================================
Please give the Proper Answer...
a triangle then a square :)
write a program that reads in the size of the side of square and then pints a hollow square of that size out of asterisks and blanks?
Write a program that calculates the area of a triangle in QBASIC
How to write a program for secant method by mathematica
Remember that the area of a rectangle is width * height: static int getArea(Rectangle r) { return r.width * r.height; }
{A program to compute the area of a triangle} {by Ogboin W. Meshach} Var; b,h:real; BEGIN Writeln('Triangle'); Write('Base: '); Readln(base); Write('Height: '); Readln(height); area:=0.5*base*height; Writeln('Area: ', area :0:2); End.
a triangle then a square :)
write a program that reads in the size of the side of square and then pints a hollow square of that size out of asterisks and blanks?
Write a program that calculates the area of a triangle in QBASIC
Try the triangle program on a search engine. Replace numbers with stars and that should do the trick
No
Write a function that print a triangle of stars.
Use a text-editor.
He drew a triangle on his geometry test.
write a c++ programe to print a triangle without (for)
How to write a program for secant method by mathematica
Remember that the area of a rectangle is width * height: static int getArea(Rectangle r) { return r.width * r.height; }