using System; public class Test { public static void Main() { int j = 5; (j++); } }