+ 1
Ruby's math operators
"Math is an important part of programming. Ruby supports the following arithmetic operators:" There are four right?
2 Respuestas
+ 7
There are actually six.
+
-
*
/
%
**
0
yeah there are addition subrtraction division and multiplication never mind