Sorry, if I am not posting my try. I have no idea how to approach this.
I want charArr to be converted to doubleVal:
char[] charArr = {'1'','1','.','1','1','1'};
double doubleVal = 11.11;
Sorry, if I am not posting my try. I have no idea how to approach this.
I want charArr to be converted to doubleVal:
char[] charArr = {'1'','1','.','1','1','1'};
double doubleVal = 11.11;
Something like that: you can try this
Something like this:
here is a hint