answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

. Write the paschal program to compute the area and circumference of the circle while radius(r) is entered by the user

This answer is:
User Avatar
User Avatar

Babu Mkuu

Lvl 1
1y ago
I can't see your answers. You just wasted my time

Add your answer:

Earn +20 pts
Q: Write a program in pascal that calculates the area of a circle?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write a qbasic program to find area and circumerence of a circle?

Write a program that calculates the area of a triangle in QBASIC


Write a pascal program that compute an area of a triangle?

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


How do you write a c program which calculates the value of money at the end of each year of investment?

Reference:cprogramming-bd.com/c_page3.aspx#calculates the value of money


Using while loop write a program which calculates the product of digits from 1 to 5 and also show these nos vertically?

Using while loop, write a program which calculates the product of digits from 1 to 5 and also show these no's vertically.


How do you write a program that calculates the sum of the matrix elements given numbers?

ring me and ill explain - 086 22222222222222227 ring me


How do you know if odd or even in turbo pascal program?

if n MOD 2 == 0 THEN Write ("Even");


Write a java code to draw a circle inside in an ellipse?

write a program draw circle and ellipse by using oval methods in java


Write a program to calculate the area of a circle The equation to determine the area of a circle is area equals 3.1416radiusradius Assume that the circle has a radius of 4 inches?

Rewrite the above program so that the program accepts any value for the radius then recalculate the area of the circle.


Write a program in pascal that declares two integers and gives there sum?

This is not a question so you do not need to use a question mark at the end of your sentence.


Write a program in 8086 assembly language to draw a circle?

You need an 8086 assembly language pencil.


Write missing expression in the program below which would print the area of circle r int input Enter the circle radius?

Area of any circle = pi*radius squared


How do you write a program to input radius of a circle and calculate the area or circumferences of the cirlce?

In which computer language?