ARREGLOS CON FUNCIONES.txt

download ARREGLOS CON FUNCIONES.txt

If you can't read please download the document

Transcript of ARREGLOS CON FUNCIONES.txt

KEVIN GILBERTO GUZMAN RIVAS 5500333JUAN MANUEL LAGUNA VALBUENA 5800229LERMAN DUVAN MACHADO LAITON 5500335_________________________________________________________________________________________________________________________EJERCICIO 1#include #include using namespace std;void ingresadat(int[]);void promedio(int[]);void notamayor(int[]);void notamenor(int[]);void mayoralprom(int[]);void menoralprom(int[]);int main() {int op, vect[20];do{cout