Substitution1.init() Substitution1.answer Substitution1.substExpression Substitution1.hint3

[True / False] Case 3 in the substitution algorithm must be considered first when performing the following substitution?

           substExpression

CorrectAnswer
  1. True
  2. False

Determine the type of lambda expression that you are substituting into.

The lambda expression that you are substituting into is the last argument passed in to the substitution algorithm.

hint3