• 2022-06-19
    对于循环语句下列描述正确的是()
    A: while和do-while实现的效果一样
    B: while循环可以用for循环代替
    C: while(1)表示无限循环
    D: continue可以跳出循环