A wall has been built with two pieces of sheetrock, a smaller one and a larger one. The length of the smaller one is stored in the variable small . Similarly, the length of the larger one is stored in the variable large . Write a single expression whose value is the length of this wall.

A wall has been built with two pieces of sheetrock, a smaller one and a larger one. The length of the smaller one is stored in the variable small . Similarly, the length of the larger one is stored in the variable large . Write a single expression whose value is the length of this wall.



Answer: small + large


Learn More :