CPPLatihan2-2

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { char nim[10]; char nama[30]; int nilai; nim = "141150123"; nama = "Achmad Solichin"; nilai = 85; printf("NIM : %s", nim); printf("NAMA : %s", nama); printf("NILAI : %i", nilai); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines