What is the value of result after executing the following code?
result
let result = 5 + 3 * (2 - 1);
11
16
8
7