using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace _19.流程控制之无限循环
{
class Program
{
static void Main(string[] args)
{
// 无限循环也称死循环,永不终止的循环。
// 使用do...while语句书写无限循环
{
do
{
} while (true);
}
// 使用while语句书写无限循环
{
while (true)
{
}
}
// 使用for语句书写无限循环
{
for (; ; )
{
}
}
}
}
}

售后响应及时
7×24小时客服热线
数据备份
更安全、更高效、更稳定
价格公道精准
项目经理精准报价不弄虚作假
合作无风险
重合同讲信誉,无效全额退款