Write a program to find and display all the factors of a given positive integer. A factor is a number that divides another number completely without leaving any remainder.
Write a program to find and display all the factors of a given positive integer. A factor is a number that divides another number completely without leaving any remainder.