+ 1
How i convet String like "abc" to int? Help me.
4 Answers
+ 2
you mean if you have a number in the string? or just anything?
+ 2
well then you probably make a loop iterate over every character and check if it equals a certain number and if that is the case you save this information to a variable
+ 1
What is the int value of "abc"?
+ 1
its anything. like 1a, 123abc.