11/*
2- * To change this license header, choose License Headers in Project Properties.
2+ * To lchange this license header, choose License Headers in Project Properties.
33 * To change this template file, choose Tools | Templates
44 * and open the template in the editor.
55 */
@@ -16,7 +16,7 @@ public class newclass {
1616 private static int ogrencisayisi =0 ;
1717 public String adsoyad ;
1818 public String sinifi ;
19- public int [][]notlar = new int [8 ][2 ];
19+ public int [][]notlar = new int [8 ][2 ];
2020 public String []dersler = new String [8 ];
2121 public String get_bolumkodu ()
2222 {
@@ -36,32 +36,32 @@ public int get_ogrencisayisi()
3636 }
3737 public void set_bolumkodu (String bolumkodu )
3838 {
39- this .bolumkodu = bolumkodu ;
39+ this .bolumkodu = bolumkodu ;
4040 }
4141 public void set_numarasi (String numarasi )
4242 {
43- this .numarasi = numarasi ;
43+ this .numarasi = numarasi ;
4444 }
4545 public void set_kayityili (String kayityili )
4646 {
4747 this .kayityili = kayityili ;
4848 }
4949 public newclass (String adsoyad , String bolumkodu )
5050 {
51- this .bolumkodu = bolumkodu ;
52- this .adsoyad = adsoyad ;
51+ this .bolumkodu = bolumkodu ;
52+ this .adsoyad = adsoyad ;
5353 ogrencisayisi ++;
5454 }
5555 public newclass (String adsoyad )
5656 {
57- this .adsoyad = adsoyad ;
57+ this .adsoyad = adsoyad ;
5858 ogrencisayisi ++;
5959 }
6060 public newclass (String adsoyad , String kayityili , String sinifi )
6161 {
62- this .adsoyad = adsoyad ;
63- this .sinifi = sinifi ;
64- this .kayityili = kayityili ;
62+ this .adsoyad = adsoyad ;
63+ this .sinifi = sinifi ;
64+ this .kayityili = kayityili ;
6565 ogrencisayisi ++;
6666 }
6767
0 commit comments