- 1
C++
A program in c++ to Find the Average of the sum of prime numbers between 1 to any given number
1 Answer
+ 1
What is your question?
Find the primes, sum them, divide them by the number of found pimes.
A program in c++ to Find the Average of the sum of prime numbers between 1 to any given number