0
Problem
How An array of characters including letters and numbers, and a number in the output of the numbers below Example: Input-> asda45sadart8942sdfger11sdf0 Output -> 45 8942 11 0
3 Respuestas
+ 1
It is easy, you only need to detect all array items, that are digits, "0", "1", "2",..."9", take them away from the array and put them in to a new array.
0
Language?
0
c++