Posts by gabicolombo • 1 point
1 post
-
-1
votes1
answer174
viewsQ: I need to count the prime numbers to a certain number n
Write the n_primes function that takes as argument an integer greater than or equal to 2 as parameter and returns the number of primes that exist between 2 and n (including 2 and, if applicable, n).…