单项选择题
int num1=10,num2=22,num3=44;Console.WriteLine("{1},{2},{0}",num1,num2,num3);程序的运行结果是()
A.程序运行出错
B.10,22,44
C.22,44,10
D.44,22,10
点击查看答案
相关考题
