Posts by name middlename222 • 1 point
1 post
-
-2
votes1
answer46
viewsQ: Reading of a String
If I have a string that is: String s = "2123dog"; How can I calculate the first character 2 to transform the next 2 characters into an integer, and 4 to transform the name that is dog? The result…