Arreglo de C++
Read

Arreglo de C++

by jotace0191

// Borland C++ - (C) Copyright 2008, 2009 by JCcorp. International #include <conio. h> #include <iostream. h> int a=0; float arr[5]; float prom(float); void main() { clrscr(); for(int i=0; i<5; i++) { cout<<"Ingrese numero de arreglo "<<i<<" : ";... More

Read the publication