menampilkan tulisan C++

menampilkan tulisan C++ (kasus 1 bab 1 diktat alpro) 

#include <iostream>


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: " <<" Gilang yuda pramana "<< endl;
        cout <<" Nim\t\t: " <<" 1500018112 "<< endl;
        cout <<" Asal Sekolah\t: "<<" SMAN 3 Ketapang"<<endl;
        cout <<" Asal Daerah  \t: "<<" Kalbar "<<endl;
        cout <<" =========================================== "<<endl;
        cout <<" Nama\t\t: " <<" Fuad i.a "<< endl;
        cout <<" Nim\t\t: " <<" 1500018123 "<< endl;
        cout <<" Asal Sekolah\t: "<<" SMK 3 Depok "<<endl;
        cout <<" Asal Daerah  \t: "<<" Yogyakarta "<<endl;
        cout <<" =========================================== "<<endl;
        cout <<" Nama\t \t: " <<" Surya alit p "<< endl;
        cout <<" Nim\t\t: " <<" 1500018124 "<< endl;
        cout <<" Asal Sekolah\t: "<<" SMK 2 Lampung "<<endl;
        cout <<" Asal Daerah  \t: "<<" Lampung "<<endl;
        cout <<" =========================================== "<<endl;
        return 0;
}

output:

raptor




EmoticonEmoticon