Need some easy, newb-esque Java help

Insomnium

Senior member
Aug 8, 2000
644
0
0
Ok, I searched for this but couldn't come up with anything to help me fix my problem . I have a character, A, that contains the value '1', and I want to convert that to an integer so that I can add it to numbers and such. How do I do this without using Integer.parseInt() ?