I'm working on an assignment where I need to make an interactive course catalog. I'm suposed to read from two text files, one that list the classes and the outgoing proficiencies the other lists the classes and the need proficiencies to take that class. The files are formated such that the first thing in each line is the class name then a comma followed by the first proficiency the class gives you then a comma and so on.
Like this
Class One 194,Proficiency One, Proficiency Two,Proficiency ThreeClass Two 294,Proficiency One, Proficiency Two,Proficiency Three
I need someway of finding what classes you need to take when you input a course name. Any ideas on how this would be done would be helpful.
Thanks in advance.
1