What are the operators available in ruby?
Answer / Lokendra Singh
Ruby has a variety of operators for comparison, arithmetic, assignment, logical, and bitwise operations. Some examples include equality (==), less than (<), addition (+), multiplication (*), logical AND (&&), and bitwise OR (|).
| Is This Answer Correct ? | 0 Yes | 0 No |
Can method names be capitalized?
What is mvc and why do we use it?
What are the ruby variables?
Explain class libraries in ruby.
What are ruby blocks.
Explain Ruby if-else statement?
Explain about the command line options?
what is the difference between a gem and a plugin in Ruby?
what is the difference between String and Symbol?
Can you please explain what is the difference between string and symbol?
Do you know about dig, float and max?
what is the difference between a single quote and double quote?