This is my code. I'm trying to get a 2 dimensional array that each has five consecutive integers. This code doesn't work. So if the input is '1234567891' the output needs to be [[12345],[67891]]This is my code. I'm trying to get a 2 dimensio
This is my code. I'm trying to get a 2 dimensional array that each has five consecutive integers. This code doesn't work. So if the input is '1234567891' the output needs to be [[12345],[67891]]This is my code. I'm trying to get a 2 dimensio