Task 3 – Create an expression tree
Create an expression tree that is the lambda expression (baseDamage, level) => baseDamage * level
. Then, compile and invoke it.
If you’re 100% sure that you know the answers to all three tasks, then you can confidently skip this chapter. However, there’s always a chance you might miss something useful, so instead of skipping the chapter entirely, you might want to save it for later. In any case, you can always come back and read it if you have any questions, or if anything becomes unclear.