Posts by NickExposito • 59 points
2 posts
-
3
votes1
answer1231
viewsQ: Sorting of string and number vectors
I’m having a problem with a college exercise. Basically it’s a shop system, where I come in with the amount of stores, the amount of products, the name of the products, and the amount of products in…
-
1
votes1
answer583
viewsQ: Copia de Vetores
good night! I have a question about how to copy a vector. I declared a "matrix [a][j]" vector and I need to take the arithmetic mean only from the values contained in "matrix[a]", so I need to make…