www.HyperSmash.com
Search Engine

Menghitung Volume Tabung dg JoptionPane



         /*
        * To change this template, choose Tools | Templates
        * and open the template in the editor.
         */
         package main_class;
         import javax.swing.JOptionPane;

         /**
        *
       * @author AAM
           */

            public class VolumeTabung {

            /**
              * @param args the command line arguments
              */
              public static void main(String[] args) {

               // TODO code application logic here
                  String Jari= JOptionPane.showInputDialog(null,"Add Jari-Jari Tabung ?");
                  int R =Integer.parseInt(Jari);
                  String Tinggi =JOptionPane.showInputDialog (null,"Add Tinggi Tabung ?");
                  int T =Integer.parseInt (Tinggi);
                  double Tabung ;
                  Tabung =3.14*R*R*T;
                 JOptionPane.showMessageDialog(null,"Volume Tabung = " + Tabung);
              }

           }


maka akan menghasilkan output seperti dibawah


untuk lebih lanjutnya silahkan bertanya...

untuk meletakkan print Screen menjadi jpg  silahkan klik disini



Share
  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 komentar: