Akim
2011-09-19 04:41:01 UTC
4967 contains a "4", a "9", a "6" and a "7". I want to save each one of those:
int number1 = 4;
int number2 = 9;
int number3 = 6;
int number4 = 7;
How do I do this? It doesn't have to be EXACTLY like I said. Any help is appreciated. Thanks in advance.