Google News
logo
C# - Quiz(MCQ)
How do you start writing an if statement in C#?
A)
if x > y:
B)
if x > y then:
C)
if (x > y)
D)
None of the Above

Correct Answer :   if (x > y)

Advertisement