0

int v1,f1,ort;
      Scanner oku=new Scanner(System.in);
      System.out.println("Vize notunu giriniz keke");
      v1=oku.nextInt();
      System.out.println("Final notunu gir bro");
      f1=oku.nextInt();
      ort=(int) (v1*0.4+f1*0.6);
        if (ort>70) {
            System.out.println("Dersten Geçtin kanka");
        }
      else
            System.out.println("Kaldın kanka");





Next
This is the most recent post.
Previous
Önceki Kayıt

Yorum Gönder

 
Top