The smallest element from three code example Example: The smallest element from three int x = min(min(a, b), c); int x = min({a, b, c});