I get the impression that you're using parallel arrays to store data rather than creating a class to organize the data in an OOP way. Parallel arrays are to be avoided whenever possible in favor of...