/*
* 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
Menghitung Volume Tabung dg JoptionPane
14.31 |
untuk lebih lanjutnya silahkan bertanya...
untuk meletakkan print Screen menjadi jpg silahkan klik disini
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar