Vidyalelo
C# Programming · Q27

Control Flow Statements in C Sharp

Programming · C# Programming · question 27

Q27

In C#, what is the result of the expression 5 >= 5?

A.
5 <= 5
B.
5 >= 5
C.
FALSE
D.
TRUE
Answer

Answer: Option D

Solution

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