Latihan CPP 4.4

Run Settings
LanguageC++
Language Version
Run Command
#include <stdio.h> #include <string.h> void garis() { printf("\n----------------------------------------"); } void author() { puts("\nnama : la ode ian"); puts("nim : 3420210002"); } int main() { int nilai; char X[10]; strcpy (X,"GAGAL"); printf("\nInputkan sebuah nilai \t\t: "); scanf("%i", &nilai); printf("\nNilai yang anda masukan adalah\t: %i", nilai); if (nilai >=60) strcpy(X, "LULUS"); printf("\n%s", X); printf("\nProgram Selesai."); garis(); author(); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines