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));
Comments