And I was wondering why my code was wrong.... Thanks
Print the input.
You should have the factors in the first array, and the number of each in the second So one 2 and one 5 are written as an array containin the 2 and 5, and a second array containing the number of them; one of each so it's [[2,5],[1,1]]
why?
Loading collection data...
And I was wondering why my code was wrong....
Thanks
Print the input.
You should have the factors in the first array, and the number of each in the second
So one 2 and one 5 are written as an array containin the 2 and 5, and a second array containing the number of them; one of each
so it's [[2,5],[1,1]]
why?