What number follows 55 in the series below?1, 1, 2, 3, 5, 8, 13, 21, 34, 55, ____

A. 63
B. 68
C. 76
D. 89

Answer: D

Computer Science & Information Technology

You might also like to view...

Which method uses a while loop to cycle through an array’s indices from 0 to itemCount – 1, comparing a given object to every object in the array?

a. delete b. getFrequencyOf c. toVector d. isFull

Computer Science & Information Technology

Which of the following statements about SolidColorBrushes and ImageBrushes is false?

a) You can use SolidColorBrushes and ImageBrushes to change an element’s graphic properties, such as the Fill, Stroke or Background. b) A SolidColorBrush specifies a solid color to apply to a property. c) If you’re editing the XAML directly, the IDE’s IntelliSense feature will display a drop-down list of predefined color names that you can use. d) You may also specify any solid color you like via the Properties window’s Stroke section.

Computer Science & Information Technology