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.

LANGUAGE: Visual Basic

CHALLENGE:

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.  Siumilarly, the length of the larger one is stored int he variable large.  Write a single expression whose value is the length of this wall.

SOLUTION:

small + large