Comp 230 Quiz 4 Comp 230 Quiz 4

Comp 230 Quiz 4 Click Below Link To Purchase www.foxtutor.com/product/comp-230-quiz-4 1. (TCO 4) Which of the following would NOT be a valid comparison to control a While Loop? 2. (TCO 4) What is wrong with the following Do While Loop? count = 1 Do While count < 10 print count Loop 3. (TCO 4) A loop within another loop is known as a(n) _____ loop. 4. (TCO 4) The number of elements in an array is called the _____ of the array. 5. (TCO 4) All of the elements in an array have the same _____. 6. (TCO 4) In VBScript, the array dim data(10) has _____ elements or components.