• 2022-07-28
    在编写C#程序时,若需要对一个数组中的所有元素进行遍历,则使用()循环体最好。( )。
    A: do while
    B: for
    C: foreach
    D: while