I am attempting to do a simple volume integral over a particular shape. However Mathematica will not simply return an answer. For my input
Volume = Integrate[
Integrate[Integrate[1, {z, 0, c}], {y, 0, b}], {x, 0, a}] +
Integrate[
Integrate[Integrate[1, {z, c, c + a}], {y, b/2, b...