Computer Science, asked by bhumikatiwari0466, 5 hours ago

All Prime Numbers in c++
Given an integer N, print all the prime numbers that lie in the range 2 to N (both inclusive).
Print the prime numbers in different lines.

Answers

Answered by ppt5rangers
0

Answer:

All Prime Numbers in c++

Given an integer N, print all the prime numbers that lie in the range 2 to N (both inclusive).

Print the prime numbers in different lines.

Explanation:

Similar questions