# The greatest common divisor of two positive integers is the largest integer that divides each of them without remainder. For example, # Write an iterative function, gcdIter(a, b), that implements ...