File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed 
app/Java_Project_80/src/java_project_80 Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,20 @@ public static void main(String[] args) {
2020        ogrenci_1 .set_kayityili ("2017" );
2121        ogrenci_1 .ogrencinoata ();
2222        System .out .println (ogrenci_1 .get_numarasi ());
23+         newclass  ogrenci_2  = new  newclass ("Nusret Gökçe" , "008" );
24+         ogrenci_2 .set_kayityili ("2017" );
25+         ogrenci_2 .ogrencinoata ();
26+         System .out .println (ogrenci_2 .get_numarasi ());
27+         ogrenci_1 .DersVeNotEkle ("NTP" , 100 , 100 );
28+         ogrenci_1 .DersVeNotEkle ("ALG" , 100 , 100 );
29+         ogrenci_1 .DersVeNotEkle ("AGTML" , 100 , 100 );
30+         ogrenci_1 .DersVeNotEkle ("MAT" , 100 , 100 );
31+         ogrenci_1 .DersVeNotEkle ("FZK" , 100 , 100 );
32+         ogrenci_1 .DersVeNotEkle ("WEB" , 100 , 100 );
33+         ogrenci_1 .DersVeNotEkle ("GEO" , 100 , 100 );
34+         ogrenci_1 .DersVeNotEkle ("BPP" , 100 , 100 );
35+         ogrenci_1 .OrtalamaHesapla ();
36+         
2337    }
2438
2539}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public void OrtalamaHesapla()
6363        for  (int  j =0 ; j < dersler .length ; j ++)
6464        {
6565            int  ort  = notlar  [j ][0 ]*40 /100 +notlar [j ][1 ]*60 /100 ;
66-             System .out .println (dersler [j ]+"dersin ortalamasi : "  + ort );
66+             System .out .println (dersler [j ]+" "  + " dersin ortalamasi : "ort );
6767        }
6868    }
6969    public  newclass (String  adsoyad , String  bolumkodu )
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments