Sabrina BP_tugas 1

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { int x; cout << "Nilai : "; cin >> x; if (x>=70){ cout<<"Lulus"; } else if (x<70){ cout<<"Gagal"; } }
Editor Settings
Theme
Key bindings
Full width
Lines