method:max ( int_1, int_ 2 );return type:intspecial:staticcontent:ใช้ในการหาค่าที่มากกว่าระหว่างตัวเลขที่กำหนดexample:int number = max ( 2, 5 );