Vidyalelo
C# Programming · Q22

Functions and Methods in C Sharp

Programming · C# Programming · question 22

Q22

What is the result of the expression Math.Round(4.5) in C#?

A.
4
B.
5
Answer
C.
4.5
D.
5.4

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board