What is the value of the expression (4 + 5) / (2 - 1) in C#?
A. 4.5
B. 4
C. 9
D. 1
Answer: Option C
A. 4.5
B. 4
C. 9
D. 1
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