I posted this in another section but no one replied so I am hoping someone can help me on this section.
Hi. I need to create an array 10 x 10 numbers from 1-1000. Then enter a number that is evenly divisible. Then print a single dimension array to evenly divisible numbers. I found a solution on this board but they used vectors which we have not covered in class. I am stuck on the getDivisible and printarray of divisible number part.
It runs but it says there are 0 evenly divisible numbers.