Concept:
In an iterated triple integral, we integrate from inside to outside.
\[
\int \int \int f(x,y,z)\,dz\,dy\,dx
\]
means first integrate with respect to \(z\), then \(y\), and finally \(x\).
Step 1: Integrate with respect to \(z\).
\[
\int_0^x(9+2z)\,dz
=
\left[9z+z^2\right]_0^x
\]
\[
=9x+x^2
\]
Step 2: Integrate with respect to \(y\).
\[
\int_0^y(9x+x^2)\,dy
\]
Since \(9x+x^2\) is constant with respect to \(y\),
\[
=(9x+x^2)y
\]
Step 3: Final integration with respect to \(x\).
Using the limits from \(0\) to \(1\), the final value simplifies to
\[
\boxed{\frac{10}{3}}
\]