Hi,
I'm in my first Java class and I am working on a problem that I could solve if I just figure out how to convert a char to an int.
i.e.
convert A to its letter equivalent with a function like this:
intLetter = charLetter.parseInt();
am I close? I just need to write a program that counts letters in any given phrase and if I can convert it to its letter equivelent, then my loop will be something like this:
while(intLetter >= 1 && intLetter <= 26)
thanks in advance for your help! and happy holidays!