darwin9528 darwin9528 27-12-2022 Computers and Technology Answered which of the following will result in only all the items in list being printed to the console if placed where the program reads and the program is run? A. i < list[list.length] B. i < list.length C. i < list[0] D. i < list[1]