def add(a, b):
result = a + b
return result
sum = add(5, 3)
print(sum)
In this example, the function add() returns the sum of a and bDraw a rough sketch for the curve $y = 2 + |x + 1|$. Using integration, find the area of the region bounded by the curve $y = 2 + |x + 1|$, $x = -4$, $x = 3$, and $y = 0$.