When using the 'rotate(n)' method on a deque, what does a negative value for n signify?
Rotate to the left by n steps.
Rotate to the right by n steps.
Reverse the deque entirely.
No rotation occurs.
This question is part of this quiz :