Adicionado formatação

master
250408 2025-11-11 11:40:45 +00:00
parent 8d81489867
commit 8aa99e4d40
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class WhileTest {
int numero = scanner.nextInt();
while (numero > 0) {
while (numero < 0) {
System.out.println("Introduza um número positivo");