In a C++ program that takes numerator and denominator as input from the user and checks whether the fractions are in lowest possible term. what is the technique to find it?<