Quick actions

cmd+k|ctrl+k

Navigation

Languages

Tugas 1.1

Snippet info

Language

Cpp

Visibility

public

Author

fauzan

Created

2024-10-19T04:46:23.656648Z

Updated

2024-10-19T04:46:23.656648Z

#include <iostream>
using namespace std;

int main() {
    
    // Nama : Ahmad Fauzan
    // NIM : 3420230018
    // Prodi : Teknik Informatika
    
    cout << "=========================" << endl;
    cout << "| Tabel Idol Favorit\t|" << endl;
    cout << "=========================" << endl;
    cout << "| No | Nama\t\t|" << endl;
    cout << "=========================" << endl;
    cout << "| 1  | Karina\t\t|" << endl;
    return 0;
}
INFO