Ruby provides the ability to generate random numbers using what method?
A. random
B. rand
C. r_!
D. None of the above
Answer: B
Computer Science & Information Technology
You might also like to view...
Which is not a StringBuilder method?
a) Insert b) Add c) Replace d) ReplaceAll e) b and d
Computer Science & Information Technology
An actual parameter refers to:
A. a parameter in a function call B. a parameter in a function heading C. a parameter that is an actual (literal) value, like the number 3 D. a parameter of a destructor
Computer Science & Information Technology