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