This is default featured slide 1 title

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

This is default featured slide 2 title

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

This is default featured slide 3 title

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

This is default featured slide 4 title

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

This is default featured slide 5 title

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

Minggu, 01 Januari 2012

Source Code Program Record


program list; {untuk menampilkan list data mahasiswa}
uses wincrt;
type mahasiswa=record
nama: string;
NRP: string;
kelamin: string;
alamat : string;
end;
var data: mahasiswa;
begin
clrscr;