PROGRAM BIODATA C++ BASIC
Code :
#include
<iostream>
using
namespace std;
main ()
{
cout << "# Program C++ Biodata
Mahasiswa #" << endl;
cout <<
"===================================" << endl;
cout << "" << endl;
cout << "Nama : Heppy Sentoso" <<
endl;
cout << "Tempat/Tgl Lahir : SUKAMARA, 13-01-2003" << endl;
cout << "Jenis Kelamin : LAKI-LAKI " << ends;
cout << " Gol. Darah :A"
<< endl;
cout << "Alamat : JL. TJILIK RIWUT" <<
endl;
cout << " RT/RW : 013/004" << endl;
cout << " Kel/Desa : MENDAWAI" << endl;
cout << " RT/RW : SUKAMARA" << endl;
cout << "Agama : KATHOLIK" << endl;
cout << "Status Perkawinan : BELUM KAWIN" << endl;
cout << "Pekerjaan : PELAJAR/MAHASISWA" <<
endl;
cout << "Kewarganegaraan : WNI" << endl;
cout << "Berlaku Hingga : SEUMUR HIDUP" << endl;
cout << "" << endl;
cout << "==================================="
<< endl;
}
Hasil :
.png)
Komentar
Posting Komentar