Good evening everybody. I hope you all are well. SoS on my end.
Anyway, at the moment I'm sort of stuck on a "how will I do that" hump and I'm hoping someone won't mind pushing me over. What I'm trying to do is compare String input to a char array. Let me make it a little more plain, I'm working on a cipher assignment, and my line of thought is this: I will get String input from the user, COMPARE the characters in the string input to an alphabet array, which will then be compared to the cipher array so that the cipher's counterpart can be chosen over the alphabet's. Does that make sense? If so, and this isn't a horrible approach to the problem, can anyone suggest a way that I might compare the random input keyed in by the user to that alphabet array?
Anyone?........Anyone?........Anyone?
Thanks all the same.