ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Ruby does not support ++ operator, it only supports += operator.
Correct Answer: A — True
Ruby does not support ++ or - operator. It only supports += or -= operator.