Write the two lines inside a while loop (with loop control variable i) that is reading the values of an array called studentList from the user at the keyboard. (Do not write a prompt.):
What will be an ideal response?
cin >> studentList [i];
i++;
Computer Science & Information Technology