Content
public bool IsEven(int n) if (n int. MaxValue) return false; try return IsEven (n 2); catch (OverflowException e) return true;
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
public bool IsEven(int n) if (n int. MaxValue) return false; try return IsEven (n 2); catch (OverflowException e) return true;