Using only alphanumeric characters(a-z) inside toCharArray
- by Aaron
Below you will find me using toCharArray in order to send a string to array. I then MOVE the value of the letter using a for statement...
for(i = 0; i < letter.length; i++){
letter[i] += (shiftCode);
System.out.print(letter[i]);
}
However, when I use shiftCode to move the value such as...
a shifted…