Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 83db376

Browse files
author
İSMAİL TAŞDELEN
committed
master
1 parent a3f3b14 commit 83db376

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎app/Java_Project_80/src/java_project_80/newclass.java‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /