lexijuergs5094 lexijuergs5094 16-02-2024 Computers and Technology contestada What will be the value of result after the following code has been executed?int a = 60;int b = 15;int result = 10;if (a = b)result *= 2;a. 10b. 120c. 20d. code will not execute