My favourite quotations

Albert Einstein :
"A person who never made mistake never tried anything new".
Winston Churchill :
"A pessimist sees the difficulty in every opportunity, an optimist sees the opportunity in every difficulty".

Saturday, November 13, 2010

PASCAL

How to calculate velocity with simple calculator:
this is it..hehe :DD


Uses wincrt;
var
v,s,t:real;
begin
writeln('rumus kecepatan:');
write('masukkan jarak:');readln(s);
write('masukkan waktu:');readln(t);
v:=s/t;
write('kecepatannya adalah',v:2:2);
end.

SELAMAT MENCOBA









No comments:

Post a Comment