What are the operators available in Ruby?

Questions by StephenRaj   answers by StephenRaj

Showing Answers 1 - 6 of 6 Answers

natchiar

  • Aug 17th, 2007
 

Something that’s used in an expression to manipulate objects such as + (plus), - (minus), * (multiply), and / (divide). You can also use operators to do comparisons,such as with <, >, and &&.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions