import java.util.*;
import java.lang.*;
import java.io.*;

// The main method must be in a class named "Main".
class Main {
    public static void main(String[] args) {
        System.out.println("Hello world!");
            Scanner sc=new Scanner (System. in);
            System.out.println ("Hola compañeros!");
            System.out.println ("alan benito vargas neri");
            String nombre, edad;
            nombre = sc.nextLine  ();
            System.out.println ("tu nombre es: +alan benito");
            System.out.println ("tu edad es:15 años");
            edad = sc.nextLine ();
            System.out.println("tu edad es:"+15+"años");
            
        }    
}            

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: