Listing 9

      if (one > three)
          {
          printf("Find maximum returning %d", one);
          return one;
          }

/* End of File */