• Matéria: Inglês
  • Autor: valquiriapires344
  • Perguntado 4 anos atrás

10 per word 5 if it repeats alguém da resposta

Anexos:

MatheusBiribiri: do que se trata?
MatheusBiribiri: palavras em ingles e?
valquiriapires344: Me ajuda jente
MatheusBiribiri: foto boa essa
valquiriapires344: Y a letra
MatheusBiribiri: ata por palavra em ingles com a letra y blz
valquiriapires344: Ok obrigado

Respostas

respondido por: MatheusBiribiri
0

Resposta: yourself, young,  year,  yellow,  yes,  

Explicação: eu so consigo pensar nessas

respondido por: filipeceriaco
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