Program Biodata
program biodata;
uses WinCrt;
var
nama : string;
NIM : string;
sekolah : string;
begin
Write('Nama : ');
readln(nama);
Write('NIM : ');
readln(NIM);
Write('Asal Sekolah : ');
readln(sekolah);
end.

More Related Content

DOCX
Program seleksi data
PDF
Side Seeing
PPTX
Penggunaan Akun Edmodo
PPT
koordinat tabung dan bola
PPT
Geometri aksioma
DOCX
Sudut Pada Bidang Ruang Geometri
DOCX
analisis puisi matematika
PPT
Irisan bidang
Program seleksi data
Side Seeing
Penggunaan Akun Edmodo
koordinat tabung dan bola
Geometri aksioma
Sudut Pada Bidang Ruang Geometri
analisis puisi matematika
Irisan bidang

More from linda_rosalina (20)

DOCX
Statistik Dasar
PDF
Puisi matematika-unsri-zulkardi
PDF
Modul Logika dan algoritma
DOCX
Program rata
DOCX
Program persamaan kuadrat
DOCX
Program pengurutan data
DOCX
Program modus
DOCX
Program luas segitiga
DOCX
Geometri
DOCX
Geomertri (Jarak pada Bidang )
DOCX
Modul weblog
PPTX
Bab viii uji normalitas dan homogenitas
PPTX
Bab vii distribusi normal
PPTX
Bab vi binomial poisson
PPTX
Bab v kemiringan dan keruncingan
PPTX
Bab ix uji hipotesis
PPTX
Bab iv pemusatan dan penyebaran data
PPTX
Bab iii statistika dasar distribusi frekuensi
PPTX
Bab x uji hipotesis satu rata rata
PPTX
Bab ii statistik dasar penyajian data
Statistik Dasar
Puisi matematika-unsri-zulkardi
Modul Logika dan algoritma
Program rata
Program persamaan kuadrat
Program pengurutan data
Program modus
Program luas segitiga
Geometri
Geomertri (Jarak pada Bidang )
Modul weblog
Bab viii uji normalitas dan homogenitas
Bab vii distribusi normal
Bab vi binomial poisson
Bab v kemiringan dan keruncingan
Bab ix uji hipotesis
Bab iv pemusatan dan penyebaran data
Bab iii statistika dasar distribusi frekuensi
Bab x uji hipotesis satu rata rata
Bab ii statistik dasar penyajian data
Ad

Recently uploaded (20)

PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
PDF
Empowerment Technology for Senior High School Guide
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
PDF
Uderstanding digital marketing and marketing stratergie for engaging the digi...
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
Environmental Education MCQ BD2EE - Share Source.pdf
PPTX
20th Century Theater, Methods, History.pptx
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
PDF
Hazard Identification & Risk Assessment .pdf
PDF
HVAC Specification 2024 according to central public works department
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PDF
International_Financial_Reporting_Standa.pdf
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
Empowerment Technology for Senior High School Guide
A powerpoint presentation on the Revised K-10 Science Shaping Paper
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
Uderstanding digital marketing and marketing stratergie for engaging the digi...
Paper A Mock Exam 9_ Attempt review.pdf.
Environmental Education MCQ BD2EE - Share Source.pdf
20th Century Theater, Methods, History.pptx
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
Hazard Identification & Risk Assessment .pdf
HVAC Specification 2024 according to central public works department
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
History, Philosophy and sociology of education (1).pptx
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
International_Financial_Reporting_Standa.pdf
Unit 4 Computer Architecture Multicore Processor.pptx
Ad

Program biodata

  • 1. Program Biodata program biodata; uses WinCrt; var nama : string; NIM : string; sekolah : string; begin Write('Nama : '); readln(nama); Write('NIM : '); readln(NIM); Write('Asal Sekolah : '); readln(sekolah); end.