Scout1850 Scout1850 25-01-2024 Computers and Technology contestada Is the following function definition correct?void returnsInteger(int a) { int b = a + 10; if (b > 20) { return b; } else { return a; }}a) Yesb) Noc) Missing return typed) Incorrect use of return statement