0
user need to enter N from 0 to 100 and the output is display first N prime number.
example of input : 5 example output : 2 3 5 7 11
1 Answer
+ 2
Maybe do your own homework? Also code playground has lots of codes about prime numbers that could help you out.