Javada Tek Boyutlu Diziler
Tek boyutlu dizilererkan avcı lisesindeki bölümler
package tek boyutlu diziler;
import javax.swing.JOptionPane;
public class Main {
public static void main(String[] args) {
//String erkan_avci_lisesindeki_bolumler[];
//erkan_avci_lisesindeki_bolumler=new String[5];
String erkan_avci_lisesindeki_bolumler[]=new String[6];
erkan_avci_lisesindeki_bolumler[0]="Bilisim";
erkan_avci_lisesindeki_bolumler[1]="Elektrik-Elektronik";
erkan_avci_lisesindeki_bolumler[2]="Makine";
erkan_avci_lisesindeki_bolumler[3]="Yapi";
erkan_avci_lisesindeki_bolumler[4]="Metal";
erkan_avci_lisesindeki_bolumler[5]="Ahsap";
//String erkan_avci_lisesindeki_bolumler[]={"Bilisim","Elektrik-Elektronik","Makine","Yapi","Metal","Ahsap"};
JOptionPane.showMessageDialog(null, erkan_avci_lisesindeki_bolumler[0]);
JOptionPane.showMessageDialog(null, erkan_avci_lisesindeki_bolumler[1]);
JOptionPane.showMessageDialog(null, erkan_avci_lisesindeki_bolumler[2]);
JOptionPane.showMessageDialog(null, erkan_avci_lisesindeki_bolumler[3]);
JOptionPane.showMessageDialog(null, erkan_avci_lisesindeki_bolumler[4]);
JOptionPane.showMessageDialog(null, erkan_avci_lisesindeki_bolumler[5]);
}
}
ERKAN AVCI LİSESİNDEKİ BÖLÜMLER:
SONUÇ:
Emre TEMEL
Yorumunuzu Ekleyin