cp 4.6

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <stdio.h> using namespace std; // nama : zacky ahmad s // nim : 3420240009 int main() { int A,B,max; printf("PROGRAM NILAI TERBESAR 2 BILANGAN\n\n"); printf("Input Bilangan 1 :");scanf ("%i",&A); printf("\nInput Bilangan 2 :");scanf ("%i",&B); if (A > B){ max=A; }else { max = B; } printf("\nBilangan terbesar = %i",max); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines