C++ program for :
Express a given number as a summation of 4 positive primes...
suppose input is 28
then output should be 7 11 3 7
|
Newbie Member
|
|
| 1Jul2011,19:42 | #1 |
|
C++ program for :
Express a given number as a summation of 4 positive primes... suppose input is 28 then output should be 7 11 3 7 |
|
Mentor
|
![]() |
| 2Jul2011,21:45 | #2 |
|
Not difficult. How far have you got and where are you stuck?
|