What is the most efficient way to write a funtion (InchesToYards), expecting inches and returns yards, using the following prototypes:

int inchesToFeet (int inches);
int FeetToYards (int feet);