HEYYY! I NEED HELP! CAN SOMEONE WRITE A PROGRAM FOR ME PLEASE?? INSTRUCTIONS ARE BELOW!! OMG IT WOULD MEAN THE WORLD TO ME!!

Write a program that will allow the user to input a positive integer (zero is not included)
Validate that the input value is a positive integer
Calculate and print out all of the factors of the input integer
Example Output

Enter a positive integer: -10

Invalid entry. Number must be positive.

Enter a positive integer: 48

The factors of 48 are 1, 2, 3, 4, 6, 8, 12, 16, 24, and 48