C++ Exercises: Check Whether a Number can be Express as Sum of Two Prime Numbers
Write a program in C++ to check whether a number can be expressed as the sum of two.
Visual Presentation:

Sample Solution:-
C++ Code :
Sample Output:
Check Whether a Number can be Express as Sum of Two Prime Numbers: ------------------------------------------------------------------------ Input a positive integer: 20 20 = 3 + 17 20 = 7 + 13
Flowchart:

C++ Code Editor:
Contribute your code and comments through Disqus.
Previous: Write a program in C++ to find the Sum of GP series.
Next: Write a program in C++ to find the length of a string without using the library function.
What is the difficulty level of this exercise?
Based on 204 votes, average difficulty level of this exercise is Hard
.
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics