Posts by Luis Pedro T. B. • 11 points
1 post
-
0
votes1
answer83
viewsQ: Programming Problem C - Vectors
The problem is: Write an algorithm that reads 3 vectors A[1..10], B[1.10] e C[1..10] and write the elements that are in A and B (intersection) but are not in C. Write the values in the order they…