What function would you use to generate a random number to simulate the roll of a six-sided die?
A. nextBooleanInRange(1, 6)
B. nextIntegerFromAToBExclusive(1, 6)
C. nextIntegerInRange(1, 6)
D. nextIntegerFromAToBInclusive(1, 6)
Answer: D
Computer Science & Information Technology
You might also like to view...
________ menus appear when the user ________-clicks on a database object such as a form
A) Shortcut, left B) Shortcut, right C) AddMenu, right D) AddMenu, left
Computer Science & Information Technology
An Access table is displayed in a series of rows and columns called a(n) ________
Fill in the blank(s) with correct word
Computer Science & Information Technology