Originally Posted by
Nuggets
How would I search every letter that has been entered through the program instead of just one?
You do that with your
for loop if i'm getting it right.
Originally Posted by
Nuggets
And, how would I convert that binary number into the letter that is in the char Alphabet array so it will output the letter instead of the number?
edit*, I forgot to add that my input is just "C".
Check out the
charAt(int) method of the String class. You can use it inside the
for loop as
value.