I realize this is an extremely low level java problem, but I've been searching and searching and I can't figure out a way to take two characters and combine them into one string.
Particularly, I have a char array and I need to take two particular elements out of it to form a String. The characters are numbers and eventually I need to convert the string into an int, if that helps cut corners at all.
Thanks for any help I receive!
EDIT: Found out I didn't need to even put the chars into a char array, problem solved.