Discuss About this Question.
Which of the following statements is correct about the C#.NET code snippet given below?
short s1 = 20; short s2 = 400; int a; a = s1 * s2;
int x = 1; float y = 1.1f; short z = 1; Console.WriteLine((float) x + y * z - (x += (short) y));
To install on iPhone/iPad: tap Share → Add to Home Screen.
Discuss About this Question.