Looking for trustworthy answers? Westonci.ca is the ultimate Q&A platform where experts share their knowledge on various topics. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

make a program that tries all possible assignments of swimmers to styles. for each assignment, compute and print the total time of the race. note that there are 24 different permutations possible. i recommend that you create a list of lists that holds all possible permutations of swimmers, and then use loops to go over the list.