
-----------------------------------
JR
Sun Nov 07, 2004 6:22 pm

Array program problems
-----------------------------------
Ok heres my program




//Alex Roizin
//A7Part 1
//October 29th 2004
//The array program, this will do some operations with arrays

#include 
#include 
#include 
int check=0;
ifstream fin("data7.txt");
void load(int age[]);
void arg();
void lrg();
void sml();
void acen();
void decn();
void out();



int  menu(int y)
{
int choice;
cout