What is the value of the expression (15 - 6) / (4 - 2) in C#?
A. 4.5
B. 3
C. 4
D. 2
Answer: Option C
Related Questions on Operators and Expressions in C Sharp
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