Groovy – max()

  • Post author:
  • Post category:Groovy
  • Post comments:1 Comment

The method gives the maximum of the two arguments. The argument can be int, float, long, double. Syntax double max(double arg1, double arg2) float max(float arg1, float arg2) int max(int…

Continue ReadingGroovy – max()