public class Ejercicio3 { public static void main(String[] args) { String nombre = "Cristhian "; System.out.println("Bienvenido "+nombre); } }