Posts by Mateus1491 • 1 point
1 post
-
0
votes1
answer22
viewsQ: How to subtract extreme indices from the same vector?
I am having difficulty in this exercise, I would like to know how it is possible to carry out this formula operation int main() { int A[20], i, soma, j; cout << "Digite o valor do vetor A";…