What is the result of the expression 4 * (3 + 5) - 2 in C#?
A. 28
B. 36
C. 26
D. 22
Answer: Option C
A. 28
B. 36
C. 26
D. 22
Answer: Option C
What does the modulus operator (%) do in C#?
A. Increments the operand by 1
B. Returns the quotient of a division
C. Performs multiplication
D. Returns the remainder of a division
Join The Discussion