Hi!

I have an array of char values which contains module codes.

char modules[8][8];

Within this array i have multiple of the same module codes as it is being taken from a file. I need to...