Posts by Matheus Vargas • 1 point
2 posts
-
0
votes3
answers477
viewsA: How to account for the number of primes in a matrix?
I would like to thank you all for your support ! Follow code solved. include include include using namespace Std; defines LINE 10 defines COLUMN 5 int main() { int matrix[ROW][COLUMN]; int number =…
c++answered Matheus Vargas 1 -
-1
votes3
answers477
viewsQ: How to account for the number of primes in a matrix?
I’m inserting random numbers into a matriz[10][5], where within it I count the quantity only of prime numbers. But I’m having difficulty extracting with the counter only the prime numbers. int…
c++asked Matheus Vargas 1