请问这道题怎么做

在C#中,下列代码运行后,输出结果是
()
Byte a=2,b=5;
Console.WriteLine(“{0}”,a^b);

a^b 是a的b次方 2*2*2*2*2=32 结果为32
温馨提示:答案为网友推荐,仅供参考
第1个回答  2018-06-10
相似回答