Consider the following SLang 1 expression:
expression
Convert this expression to an equivalent expression containing no let expressions. Type your answer below:
If needed, review the general pattern for converting any let expression into an equivalent function call.
Notice how nested let expressions translate into nested function calls.
When writing a syntactically correct SLang 1 program, make sure to match opening and closing parentheses.
hint4