start
read pie
area
circum
print area
print circum
stop
#include<stdio.h> main() { int r; float area; clrscr(); printf("enter the value of r\n"); scanf("%d",&r); area=3.142*r*r; printf("area of circle=%f\n",area); getch(); }
{Area s the area of cube} {Length is the length of one side of the cube} program AreaofCube; var Area,Length:real; begin write('Enter the length of cube: '); readln(Length); Area:=6*(Length*Length); writeln('The area of cube is ', Area, ' cm^2.'); end.
Write a program that calculates the area of a triangle in QBASIC
The cost optimal algorithm in parallel computing is the modular structured parallel algorithm that satisfy the insatiable demand of low power consumption, reduces speed and minimum silicon area.
Remember that the area of a rectangle is width * height: static int getArea(Rectangle r) { return r.width * r.height; }
PoTang Ina Ni CLARK CORTEZ
10001/999900
Area of a circle: pi times radius squared
Find the radiusMultiply pi by the square of the radius.
1. Start 2. Input the the value of radius R 3. Let PI=3.14 4. Calculate area=PI*R*R 5. Print area 6.End
Area of any circle is: pi*radius*radius or pi*r^2
Unpaved Runways
Area of any triangle: 0.5*base*perpendicular height
unverified heliport.
#include<stdio.h> main() { int r; float area; clrscr(); printf("enter the value of r\n"); scanf("%d",&r); area=3.142*r*r; printf("area of circle=%f\n",area); getch(); }
followers the common traffic advisory frequency.
That's correct!