Suppose you’ve written an efficient IsRelativelyPrime method that takes two integers
between –1 million and 1 million as parameters and returns true if they are relatively prime.
Use either your favorite programming language or pseudocode (English that sort of looks like
code) to write a method that tests the IsRelativelyPrime method. (Hint: You may find it
useful to write another method that also tests two integers to see if they are relatively prime.)