/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package program;
/**
*
* @author Administrator
*/
public class PertanyaanWhile166 {
public static void main(String[] args) {
int jumlah =1;
while (jumlah<=5){
System.out.println("saya sedang belajar Java");
jumlah++;
}
}
}
0 komentar:
Post a Comment