+ 2
Assigning strings integer values.
I was wondering how to create an alphabet of string values that my program can take in, and then convert to integer values, AND THEN convert back into string values?? any ideas??
2 Respostas
0
You could even try Integer.parseInt () and valueOf () methods.
- 1
try using ascii