/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package helloword;
import javax.swing.JOptionPane;
/**
*
* @author ADHYSAMSUL
*/
public class cobalaGi {
private static int a;
private String[] kata;
public static void main(String[] args) {
String kata []={"I think that I shall never see","a poem is lovelly as athree"};
do
{
// System.out.println(""+ kata[a]);a++;
JOptionPane.showMessageDialog(null,""+kata[a]);a++;
}
while(a < kata.length);
}
}
- Home
- Pemrograman Contoh Penggunaan Do-While loop java coding







No comments:
Post a Comment