Posts by user142991 • 1 point
1 post
-
0
votes1
answer384
viewsQ: Java project that requests two user numbers, and prints all integers between the first and the second number
int maior ; System.out.println("digite um numero"); menor = support.TextConsole.getInt(); System.out.println("outro numero"); maior = support.TextConsole.getInt(); do{ menor = maior; menor++;…
javaasked user142991 1