For any integers x and y, min(x, y) and max(x, y) denote the minimum and the maximum of x and y, respectively. For example, min(5, 2)=2 and max(5, 2)=5. For the integer w, whatis the value of min(10, w) ?