Untitled

Run Settings
LanguageC++
Language Version
Run Command
#include<iostream> using namespace std; int main() { int a, b; cout << "menentukan nilai terbesar 2 buah input \n"; cout << "masukkan nilai 1 : "; cin >> a; cout << "masukkan nilai 2 : "; cin >> b; if ( a > b ) cout << "nilai terbesar : " << a << endl; else cout << "nilai terbesar : " << b << endl; }
Editor Settings
Theme
Key bindings
Full width
Lines