Exercicio 13, 14 e 15 feitos

master
250408 2025-11-18 11:42:30 +00:00
parent f15fd65e42
commit 16a5491ae3
1 changed files with 1 additions and 2 deletions

View File

@ -83,8 +83,7 @@ public class ExerciciosFor3 {
} }
} }
if (primo){ if (primo){
System.out.println(i); System.out.println(i);
}
} }
} }