answersLogoWhite

0

{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

11y ago

Still curious? Ask our experts.

Chat with our AI personalities

MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
RossRoss
Every question is just a happy little opportunity.
Chat with Ross
More answers

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

User Avatar

Wiki User

12y ago
User Avatar
User Avatar

Babu Mkuu

Lvl 1
2y 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