public class For1
{
public static void main(String args[]) {
//menggunakan FOR untuk perulangan
int i;
for(i=0; i<=10; i++){
System.out.println("8 x " + i + "=" +(i*8));
}
}
}
Java programs | Borland C + + | System Operasai | Algorithm | Architecture and Computer Organization | Data Structures | Download Free Articles