C++ Program To Find Sum of Even Positive / Even Negative / Odd Positive / Odd Negative of An Array
belongs to collection: Array Programs In C++ Programming
All Answers
total answers (1)
belongs to collection: Array Programs In C++ Programming
total answers (1)
Output:
Enter The Size of Array
6
Enter The Array Element
1
-2
-3
4
-5
6
10 Is Sum of Even-Positive
1 Is Sum of Odd-Positive
-2 Is Sum of Even-Negative
-8 Is Sum of Odd-Negative
need an explanation for this answer? contact us directly to get an explanation for this answer