We can declare multiple variables in a single line
by separating them with commas.
We can combine the variable declaration and initialization
into a single line.
Here, the variables length, width and height were
declared and initial values were assigned in a single line.