+ 2
Use any programming language
Starting from 0 to 97, create a program that only outputs a sequence of prime numbers. Then have those numbers there own odd and even list.
2 ответов
+ 5
I skipped the part of separating them into evens and odds as 2 is the only even prime number. Enter whatever number you want to go up to. 97. 1000. whatever.
https://code.sololearn.com/cx53E4jy8alU/?ref=app
+ 4
Here is my version
https://code.sololearn.com/cCfS30I9K004/?ref=app