for j in range(i): ...
Write a program that finds all pairs of numbers that multiply to give n using numbers from 1 to n (inclusive). The program should show all possible combinations, including duplicate pairs in reverse ...