PROGRAM class ContohDoWhile { public static void main(string[] args) { int i=6; do { System.out.println("Saya sedang belajar Java"); i++;

1 //PROGRAM 4-26 class ContohDoWhile { int i=6; do { System.out.println("Saya sedang belajar Java"); i++; while (i < 5); //PROGRAM 4-25 c...
Author:  Sukarno Setiawan

31 downloads 402 Views 793KB Size

Recommend Documents