Tugas1.1

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; //Dimas Malikusshaleh //3420230025 int main() { cout << "Tabel Minuman Favorit Acu" << endl; cout << "--------------------------------------" << endl; cout << "| No | Nama Minuman | Harga |" << endl; cout << "--------------------------------------" << endl; cout << "| 1 | GoodDay Cappucino | 3000 |" << endl; cout << "| 2 | Granita | 2000 |" << endl; cout << "| 3 | Panther | 1000 |" << endl; cout << "--------------------------------------" << endl; return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines