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!");
}