AP Computer Science --- Haas --- GCFStatic

Objective: Modify your GCF program to make its methods static. Add new methods to find the GCF of 3 integers.

The class GCF will now have the following methods (all static).

Modify your tester program to test the new static version of GCF