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