-3
For example:
num = 5634;
array[num];
array[0] = 5;
array[1] = 6;
array[2] = 3;
array[3] = 4;
I explained in a very lay way I believe, but I wanted to know if it is possible for a variable to receive an integer number and take each digit and put in an array.
Several answers of this question on figures deal with it in the most diverse languages.
– Jefferson Quesado