Min-max

In this task we will ask you for the highest or lowest number in a list of numbers. If asked for the HIGHEST, you shall return the highest number. If asked for the LOWEST, you shall return the lowest number.

Example of a question

{
  "type": "QUESTION",
  "questionId": "41fe30bd-4050-45cb-80b2-cb2e82ec4b84",
  "category": "min-max",
  "question": "HIGHEST number in [25, 66, 12, 3, 53, 54, 94, 67, 23, 55, 41, 30, 40, 50, 60, 70, 80, 10, 11, 1]",
  "answerFormat": "Number as string"
}

Example of answer

{
  "type": "ANSWER",
  "answerId": "d36b4273-0571-42f2-b3bd-7b7987de43b0",
  "questionId": "41fe30bd-4050-45cb-80b2-cb2e82ec4b84",
  "category": "min-max",
  "teamName": "l33t team",
  "answer": "94"
}