Correct option is C
In MS Excel, the EVEN and ODD functions return the nearest even or odd number, respectively, to the number provided as an argument.
· EVEN(3): This function rounds the number 3 up to the nearest even number, which is 4.
· ODD(8): This function rounds the number 8 up to the nearest odd number, which is 9.
So the formula =EVEN(3) + ODD(8) calculates as:
· 4 + 9 = 13
Important Key Points:
1. EVEN Function: Rounds a number up to the nearest even integer.
2. ODD Function: Rounds a number up to the nearest odd integer.
Knowledge Booster:
· EVEN(3): Even numbers are multiples of 2, so 3 is rounded up to 4 (the nearest even number).
· ODD(8): Odd numbers are numbers that are not divisible by 2 without a remainder, so 8 is rounded up to 9 (the nearest odd number).