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
You might also like to view...
Which types of memory chips require constant refreshing? (Select all that apply.)
A) ROM B) DRAM C) Flash D) SRAM E) Cache F) SDRAM G) DDR2 H) DDR3 I) DIMM J) SO-DIMM
Computer Science & Information Technology
Which of the following uses the same key to encrypt and decrypt the message?
A) Public key encryption B) Asymmetric encryption C) Symmetric encryption D) RSA encryption
Computer Science & Information Technology