mi_edad_en_dias.java

import javax.swing.JOptionPane;

public class mi_edad_en_dias {

public static void main(String[] args) {
String a,b;
int n2, n1;
n1=12;
int r;
n2=365;

a=JOptionPane.showInputDialog("Escribe tu edad");
r=n2*n1;

b=JOptionPane.showInputDialog("Tu edad en días es");

System.exit(0);

}
}

0 Tu opinion =D: