If a sound is 10 seconds long and you enter 12 for the number of times to loop, then the sound will play ____.
A. 2 times for a total of 12 minutes
B. 12 times for a total of 12 minutes
C. 12 times for a total of 2 minutes
D. 2 times for a total of 2 minutes
Answer: C
You might also like to view...
A derived class defines the type of inheritance it is willing to take on, subject to the base class's access restrictions.
Answer the following statement true (T) or false (F)
Is photography supposed to be fun?
What will be an ideal response?
A bug has resulted in your program executing an infinite loop. What key can be pressed in conjunction with the C or Break (Pause) key to escape the loop?
A. Esc B. Ctrl C. Shift D. Alt
A can be used in a repetition structure to control the number of times a set of statements will execute.
a) declaration b) counter c) controller d) None of the above.