Hello, I'm working on a project where certain characters can have multiple values.. E.g.
Letter 'A' can be replaced with 'B', 'C', 'D'
Letter 'S' can be replaced with 'X', 'Y'
And then it would output it like this:
A can be replaced with B - Yes/No
A can be replaced with C - Yes/No
Would you use a 2D array?
Thanks :)