You can do it by addition of ordinates or you can do it by splitting it up into a hybrid function, I'll do the latter. Firstly lets look at each individual modulus separately.
Now remember, the modulus will flip any part of the graph that is below the

axis (so negative

value), in the

axis, making the

value positive.
 & \text{ for }x+4<0<br />\\ x+4 & \text{ for }x+4\geq0<br />\end{cases}<br />\\ & =\begin{cases}<br />-x-4 & \text{ for }x<-4<br />\\ x+4 & \text{ for }x\geq-4<br />\end{cases}<br />\\ |x-4| & =\begin{cases}<br />-\left(x-4\right) & \text{ for }x-4<0<br />\\ x-4 & \text{ for }x-4\geq0<br />\end{cases}<br />\\ & =\begin{cases}<br />-x+4 & \text{ for }x<4<br />\\ x-4 & \text{ for }x\geq4<br />\end{cases}<br />\end{alignedat})
Now we need to look at which curves we have for what domain. We have three sections, the first where

where both take the negative curve,

where the first mod takes the positive curve and the second mod takes the negative curve, and finally

where both mods take the positive curve.

Now we can plot those separate functions for the domain we have given.
See if you can try the same for the second one.