I want the program to generate N different random int numbers in a limit between [10 - 100], and then the program must tell the greatest common
divisor between the first and the last number, second and penultimate number, third and antipenultimate number, and so on, till it cover all the N numbers. You guys know how to do that in java?