fork download
  1.  
  2. class Gema
  3. {
  4. public static void main (String[] args) throws java.lang.Exception
  5. {
  6. int edad = 25; // Variable de tipo entero que almacena la edad
  7. String nombre = "Pedro"; // Variable de tipo cadena de texto
  8. double altura = 1.75; // Variable de tipo decimal para almacenar la altura
  9.  
  10. }
  11. }
Success #stdin #stdout 0.1s 54632KB
stdin
Standard input is empty
stdout
Standard output is empty