yardToFoot method

double yardToFoot(
  1. double yards
)

Implementation

double yardToFoot(double yards) {
  return yards * 3.0;
}