LexarG56

Generation

generate functionSun, 18 Jun 2023

hacer un programa que solicite tu nombre

void solicitarNombre(){ System.out.print("Ingrese su nombre: "); String nombre; nombre = entrada.nextLine(); System.out.println("Su nombre es: " + nombre); }

Want to kickstart your project?Use the new AI Studio to create your code