IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   JavaScript (https://www.ircforumlari.net/javascript/)
-   -   Girilen notun harf notu olarak yazılması (https://www.ircforumlari.net/javascript/689604-girilen-notun-harf-notu-olarak-yazilmasi.html)

Kaf_Dağı 18 Mart 2015 15:01

Girilen notun harf notu olarak yazılması
 
Kod:

package not_cevirisi;

import javax.swing.JOptionPane;


public class Not_cevirisi {

   
    public static **** main(String[] args) {
      Integer not=Integer.parseInt
              (JOptionPane.showInputDialog("Notunuzu giriniz"));
     
        String harf=" ";
       
        if (not>=90)
        {
          harf="A1";
        JOptionPane.showMessageDialog(null,"Notunuz: "+not+" "+ harf);
       
        }
       
     
        else if (not>=80)
        {
          harf="A2";
        JOptionPane.showMessageDialog(null,"Notunuz: "+not+" "+harf);
       
        }
       
        else if (not>=70)
        {
          harf="B1";
        JOptionPane.showMessageDialog(null,"Notunuz: "+not+" "+ harf);
        }
     
        else if (not>=65)
        {
            harf="B2";
          JOptionPane.showMessageDialog(null,"Notunuz: "+not+" "+ harf);
        }
   
        else if (not>=60)
        {
            harf="C";
        JOptionPane.showMessageDialog(null,"Notunuz: "+not+" "+ harf);
        }
       
        else if (not<60)
                {
                harf="D";
                JOptionPane.showMessageDialog(null,"Notunuz: "+not+" "+ harf);
               
                }
}

}



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 20:21.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk