The program's description is as follows:
Create a routine that will take n integer, from 1 to n ^ 2,inclusive, and find all possible permutations where the n integers add up to n*(n*n + 1) / 2 with...