#include <iostream>
using namespace std;
int main() {
cout<<"Table Band Favorite"<<endl;
cout<<"-----------------------------------"<<endl;
cout<<"| No | Nama Band |Genre |"<<endl;
cout<<"-----------------------------------"<<endl;
cout<<"| 1 | Juicy Lucy | Pop |"<<endl;
cout<<"| 2 | Dewa 19 | Rock |"<<endl;
cout<<"| 3 | Vierratale | Pop Rock|"<<endl;
cout<<"-----------------------------------"<<endl;
cout<<"Nama : Sarah Ahmad Maula"<<endl;
cout<<"Nim : 1620230013"<<endl;
return 0;
}