Friday, 11 October 2013

Finding a numeric string from an alphanumeric string Java

The assignment is to develop a tool in Java that takes an alphanumeric string as input and finds numeric sub-strings.

Simply, we need to print all the indexes where the numeric strings occurs in the alphanumeric string.

The source-code for the tool (Java 7) :
| Advertisement |

No comments:

Post a Comment