haldirleao
haldirleao
# LaTeX code generator I've confirmed the prompt works well I've added Contributed by: [@haldirleao](https://github.com/haldirleao) I've added to the README.md I've added to the prompts.csv Escaped quotes by double-quoting them...
# Act as a LaTeX code generator I've confirmed the prompt works well I've added Contributed by: [@haldirleao](https://github.com/haldirleao) I've added to the README.md I've added to the prompts.csv Escaped quotes...
Olá @cami-la , No Ex3_NumerosAleatorios, para gerar números aleatórios de 0 a 100, acho que: Esta linha: `int numero = random.nextInt(100);` Deveria ser alterada para: `int numero = random.nextInt(101);` Observe...