Part 1 Design an algorithm to determine if a given 5x5 array is a Latin Square. You don't need to generalize to NxN squares; 5x5 is fine for now. Part 2 Design an algorithm to randomize a boring 5x5 L 1. Suppose that we have the following two dimensional array: int num[3][4]...