Posts by Augusto Rodrigues • 1 point
1 post
-
-3
votes0
answers27
viewsQ: Program using for, ask the user to insert an N number and show on the screen all odd numbers up to N
package br.com.DoWhileAugusto; import java.util.Scanner; public class DoWhileAugusto { public static void main(String[] args) { Scanner entraResposta= new Scanner (System.in); int resposta; int…
javaasked Augusto Rodrigues 1