martes, 2 de noviembre de 2010

JAVA (EDAD)

import javax.swing.JOptionPane;
public class Edad
{
       
   
    public static void main(String[] args)
     {
      int fechanaciminto=integer(JOptionPane.showInputDialog("dime tu fechanaciminto"));
          int year=integer.parselnt(JOptionPane.showInputDialog("dame el año en que vives"));
           
       
              int resultado =(year-fefhanaciminto); 
  System.out.println("su edad es"+ resultado);
      
       }
}

No hay comentarios:

Publicar un comentario