Factorisation
Write a program to enter a list of positive integers, using zero as a sentinel to end the input.
For each positive integer entered, find out its factors, and display the factors as shown in the example, in increasing order of factors. (Factor 1 is listed only once)