- 1
Write a C++ program to compute the sum of the specified number of Prime numbers.
For eg- if input is 4 then sum= 2+3+5+7
4 Antworten
+ 2
If you're having problem with coding this, please send us your code. We do not provide people with solutions, we help people with bugs/errors in their code.
0
Please find the bug