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

