joannalsa joannalsa 22-07-2024 Engineering Answered Given the declaration of variables: int a, b = 0; Which of the options below will result in variable b to have a value of 3? b = a + 3; b = 40 / 12; b + 3; b = 19 % 4