What will be the value of the variable result after executing the following code snippet?
let num1 = 10;
let num2 = 5;
let result = num1 + num2 * 2;
What will be the value of the variable result after executing the following code snippet?
let num1 = 10;
let num2 = 5;
let result = num1 + num2 * 2;