Generation

generate functionWed, 29 Mar 2023

Separar texto

public static void separar(String texto){ String[] partes = texto.split(" "); System.out.println(partes[0]); }

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