Guest_imported
New member
- Jan 1, 1970
- 0
Hi, I am new to Java and have an assignment where I have to set each character of a 4-character string to an integer (result 4 integers. It seems whatever I try doesn't work or I get (Unicode?) something like this, one position of my String has 0 my result is '48', my string has 1 my result is '49'. All I want is String 1 to become integer 1. I know this must be a snap, but I cannot seem to gleen it out of my text book or JDK documentation.
Thanks
Thanks