10 per word 5 if it repeats alguém da resposta
Anexos:
MatheusBiribiri:
do que se trata?
Respostas
respondido por:
0
Resposta: yourself, young, year, yellow, yes,
Explicação: eu so consigo pensar nessas
respondido por:
0
Resposta:
String str = "abc"; String repeated = str.repeat(3); repeated.equals("abcabcabc");
Its Javadoc says:
/** * Returns a string whose value is the concatenation of this * string repeated {@code count} times. * <p> * If this string is empty or count is zero then the empty * string is returned. * * @param count number of times to repeat * * @return A string composed of this string repeated * {@code count} times or the empty string if this * string is empty or count is zero * * @throws IllegalArgumentException if the {@code count} is * negative. * * @since 11 */
Perguntas similares
3 anos atrás
3 anos atrás
3 anos atrás
6 anos atrás
6 anos atrás
6 anos atrás
8 anos atrás
8 anos atrás