Bab 1 (Kasus 1)
Kasus 1(Bab 1)
Untuk lebih lengkapnya bisa di Klik Disini#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: " <<" Imam Suryanto "<< endl;
cout <<" Nim\t\t: " <<" 1500018011 "<< endl;
cout <<" Asal Sekolah\t: "<<" SMKN 2 Bima"<<endl;
cout <<" Asal Daerah \t: "<<" Bima "<<endl;
cout <<" =========================================== "<<endl;
cout <<" Nama\t\t: " <<" Marzota Dwi Rahman "<< endl;
cout <<" Nim\t\t: " <<" 1500018003 "<< endl;
cout <<" Asal Sekolah\t: "<<" - "<<endl;
cout <<" Asal Daerah \t: "<<"- "<<endl;
cout <<" =========================================== "<<endl;
cout <<" Nama\t \t: " <<" Fahri Ardianto "<< endl;
cout <<" Nim\t\t: " <<" 1500018013 "<< endl;
cout <<" Asal Sekolah\t: "<<" - "<<endl;
cout <<" Asal Daerah \t: "<<" - "<<endl;
cout <<" =========================================== "<<endl;
return 0;
}
Berikut ini menggunakan Raptor :
0 komentar: