Hello, im beginner and i need help with one of my programs. I must chech identification number if its correct but i have no idea how split string to check it.
Input: 736028/5163
Input: 855107/7392 etd.
String will be always long like this and i must separe numbers like:
for Input: 736028/5163
string a = 73
string b = 60
string c = 28
string d = 5163
Is there any way how to do it easy ? I find some functions but they are too hard to understand for me.