6
Answers

write a program in c#?



i have a string like this "1hyd2345".

i need to seperate and store characters in one string.and numbers in another string,

Example:my input is "1hyd2345"

output:Location:hyd

   pin:12345
Answers (6)