Tugas 1.1

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { //Tabel Band Favorit cout << "Tabel Band Favorit"<<endl; cout << "------------------------------------"<<endl; cout << "| No | Nama Band | Genre |"<<endl; cout << "------------------------------------"<<endl; cout << "| 1 | Hivi! | Pop |"<<endl; cout << "| 2 |Lomba Sihir | Pop |"<<endl; cout << "| 3 |Dewa 19 | Hard Rock |"<<endl; cout << "| 4 |Feast | Indie |"<<endl; cout << "| 5 |Reality Club | Pop |"<<endl; return 0; //Nama : Muhammad Chairul Ramadhani //Nim : 1620230015 }
Editor Settings
Theme
Key bindings
Full width
Lines