inout
May 4, 2015, 05:11 AM
I split a String to char convert every single char to a digit.Then I want to put all digits from the string given together in an array.Any idea how to do it?
What I have done is I have a switch for converting chars to digits the output of every case gives me a digit but I want to have for the input String the output in digits .T
What I have done is I have a switch for converting chars to digits the output of every case gives me a digit but I want to have for the input String the output in digits .T