慕婉清4850248
2016-10-08 20:31
for循环怎么输出yeah
for (int x = 0;x<=5;x++)//请填写for循环结构
你好,我为什么我用int定义一个字母会报错??
static void Main(string[] args)
{
for ( int i=1;i<=6;i++ )//请填写for循环结构
{
Console.WriteLine("Yeah!");
}
}
C#开发轻松入门
256769 学习 · 1528 问题
相似问题