Posts by Breno Nogueira • 37 points
2 posts
-
-2
votes1
answer33
viewsQ: I need to develop a program that given an input file, generates a java output file
Given an input file, generate an output file as shown below Arquivo de Entrada | Arquivo de Saida --------------------+-------------------- 1 | impar 2 | par 3 | impar 4 | par 5 | impar 6 | par I…
javaasked Breno Nogueira 37 -
3
votes1
answer563
viewsQ: Program to generate games and numbers of the mega sena
Unfortunately I’m not managing to generate more than a set of 6 numbers. The correct one would be to generate the amount of games that the user would type and would be stored in the variable jogos.…