题目描述 单选 A. int i = start; i <= end; i++ B. int i = start; i < end; i++ C. int i = 0; i < n; i++ D. int i = 1; i <= n; i++