menu bar

Saturday, 9 April 2016

program yang menampilkan biodata pribadi anda.



dalam c++

#include <iostream>

/* run this program using the console pauser or add your own getch, system("pause") or input loop */

using namespace std;
int main(int argc, char** argv) {

cout <<" Biodata Kelompok 1 - Algoritma Pemrograman "<< endl;
cout <<" __________________________________________ "<< endl;
cout <<" __________________________________________ "<< endl;
cout << endl;
cout <<" Nama\t\t: " <<" INDRIYANTO ADI PRASETYO "<< endl;
cout <<" Nim\t\t: " <<" 1500018118 "<< endl;
cout <<" Asal Sekolah\t: "<<" MAN 1 SRAGEN "<<endl;
cout <<" Asal Daerah  \t: "<<" SRAGEN "<<endl;
cout <<" =========================================== "<<endl;
cout <<" Nama\t\t: " <<" SUKUR MOLYONO "<< endl;
cout <<" Nim\t\t: " <<" 1500018123 "<< endl;
cout <<" Asal Sekolah\t: "<<" SMK IT KARANGANYAR "<<endl;
cout <<" Asal Daerah  \t: "<<" NGAPAK "<<endl;
cout <<" =========================================== "<<endl;
cout <<" Nama\t \t: " <<" Yoga Prasetya "<< endl;
cout <<" Nim\t\t: " <<" 1500018124 "<< endl;
cout <<" Asal Sekolah\t: "<<" SMK Muhamadiiyah 3 BANTUL "<<endl;
cout <<" Asal Daerah  \t: "<<" Yogyakarta "<<endl;
cout <<" =========================================== "<<endl;
return 0;

}



dalam reptor



No comments:

Post a Comment