arreglos con funciones.txt

Download ARREGLOS CON FUNCIONES.txt

If you can't read please download the document

Upload: duvan-machado-laiton

Post on 12-Jan-2016

4 views

Category:

Documents


2 download

TRANSCRIPT

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