单项选择题

下面代码的输出结果是(      )int x = 5;int y = x++;Console.WriteLine(y);y = ++x;Console.WriteLine(y); A. 5   6 B. 6    7 C. 6   6 D. 5     7

热门 试题