Posts by Anderson Gomes • 1 point
1 post
-
-2
votes2
answers175
viewsQ: Return of prime numbers?
I’m having trouble with some returns stating that some prime numbers are not primes. What is the error in my code? package capitulo4.laboratorio; import java.util.Scanner; public class Laboratorio1…