在下列代码的横线处填写( ),完成对有 n 个 int 类型元素的数组 array 由小到大排序。
int j = 1; j < n; j++
int j = 0; j < n; j++
int j = 0; j < i - 1; j++