0
How to read an one dimensional array and search which elments was prime or not prime? Thenks for answering :)
2 Answers
+ 1
To test if a number is prime you assume that is divisible only by 1 and itself.
Please take a look to my code:
https://code.sololearn.com/c8gjJwr0o455/?ref=app
+ 1
thanks for helping