Question: use c++ write RECURSIVE function that will print the sum of negative and position numbers //if v is / -43 -41 -40 -39 -37 -37

use c++

write RECURSIVE function that will print the sum of negative and position numbers

//if v is /

-43 -41 -40 -39 -37 -37 -31 -23 -21 -18 -17 -7 -3 41 39 12 12 7 7 5

//then the function would print

//Sum of positive numbers is: -357

//Sum of negitive numbers is: 123

//Input v is an int vector

//Output None void

pos_neg_count(const std::vector & v) ;

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!