This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured post 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Jumat, 09 Desember 2011

Contoh Program Turbo Pascal

program Mencari_Luas_Segi_Tiga;
uses crt;

var
alas :real;
tinggi :real;
luas :real;

begin
clrscr;
writeln ('Luas Segitiga adalah Alas x Tinggi dibagi 2');
writeln;

write ('Masukan Alas Segitiga : ');
readln (alas);
write ('Masukan Tinggi Segitiga : ');
readln (tinggi);
luas:=(alas*tinggi)/2;
write ('Luas Segitiganya adalah =',luas);
readln;
end.

Twitter Delicious Facebook Digg Stumbleupon Favorites More