/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package uts_buroro;
/**
*
* @author Masiti
*/
public class mm {
public static void main(String[] args){
for (int i = 5; i >=1; i--) {
for (int j = 0; j < 10; j++) {
}
System.out.print(i);
}
}
}
Tidak ada komentar:
Posting Komentar