Answer to Question #17507 in Delphi | Pascal for Anthony Jacobs

Question #17507
Write a program which calculates the volume of water deposited by a particular canal after a certain period of time.

The canal deposits water into a dam at a speed of 1m/s. The canal is 10m wide and
20m deep.
1
Expert's answer
2012-11-01T08:40:13-0400
program Change;
var
a,b,v,t:Integer;
begin
& a:=10;
b:=20;
readln(t);
v:=a*b*t;
writeln('The volume of water deposited by ',t,' seconds is ',v,'m3');
& readln;
end.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS