Searched refs:max5 (Results 1 – 1 of 1) sorted by relevance
454 public static int max5(short a, short b) { in max5() method in Main763 expectEquals(20, max5((short) 10, (short) 20)); in main()