Posts by ThiagoAncap • 31 points
1 post
- 
		2 votes1 answer1154 viewsQ: Vectors - Separate negative and positiveI have to make a program that receives a vector of 8 numbers and returns 2 vectors, the first with the positive numbers of the vector of 8 positions, and the second with the negative numbers. THE…