if (condition) { Console.WriteLine("Tampil"); }, int x = 20;, if (condition) { Console.WriteLine("Tampil"); } else { Console.WriteLine("Tampil"); }, switch (expression) { case 1 : Console.WriteLine("Tampil"); }, string alamat = "Malang";, int a = 0; while (a<4) { Console.WriteLine("Nilainya=" +a); a++;}, int b = 1; do { Console.WriteLine("Nilainya=" +b); b++;} while (b<4);,

Kuis 2 (Condition, Looping, Array)

Leaderboard

Visual style

Options

Switch template

Continue editing: ?