(Choose 1 answer)
What does the following statement do?
Math.floor(Math.random()* 12);
A. This creates a random number from 1 up to and including 12.
B. This creates a random number from 0 up to but not including 12.
C. This creates a random number from 0 up to and including 12.
D. This creates a random number from 1 up to but not including 12.