{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.
Chat with our AI personalities
Write a program that calculates the area of a triangle in QBASIC
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 no's vertically.
ring me and ill explain - 086 22222222222222227 ring me
if n MOD 2 == 0 THEN Write ("Even");