import java.util.Arrays; public class AnswerGCD { public static int gcd(int a,int b){ if(a