Was asked this question recently and did not know the answer. From a high level can someone explain how Java takes a character / String and convert it into an int.
M
I'm not sure what you're looking for, as "high level". I'll give it a try:
total = (total x 10) + current