Set an algorithm that reads a undetermined number of values to m, all positive ints, one at a time. If m is even, verify how many divisors there is and write that information. If m is odd calculate and write the factored of m.
How do I do that? I'm entirely confused by that problem, I need a light on that subject.