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