Aplicativo em C q soma e multiplica as posições em um vetor e retor...

#include <stdio.h> #include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char *argv[]) { //Declaração de variáveis. int a[5], i, s=0, p...