课程
/后端开发
/C#
/C#开发轻松入门
for循环怎么输出yeah
2016-10-08
源自:C#开发轻松入门 4-6
正在回答
for (int x = 0;x<=5;x++)//请填写for循环结构
你好,我为什么我用int定义一个字母会报错??
慕丝8551521
static void Main(string[] args)
{
for ( int i=1;i<=6;i++ )//请填写for循环结构
Console.WriteLine("Yeah!");
}
举报
本门课程是C#语言的入门教程,将带你轻松入门.NET开发
2 回答for循环
2 回答for 循环体表达
2 回答关于for循环和while循环的转换
5 回答为什么不能用for循环?
1 回答必须要写两个for循环吗?