Home » C# Programming » Operators

Which of the following statements is correct about the C#.NET code snippet given below? int d; d = Convert.ToInt32( !(30 < 20) );

← Previous

Discussion & Comments

No comments yet. Be the first to comment!