--- In [email protected], Arvind Balodia <arvind.balo...@...> wrote: > > boolean myfunc(int a,int b) > return a>b;
But that just returns 0 or 1. The OP wants a function to return the biggest of 2 arguments.
--- In [email protected], Arvind Balodia <arvind.balo...@...> wrote: > > boolean myfunc(int a,int b) > return a>b;
But that just returns 0 or 1. The OP wants a function to return the biggest of 2 arguments.