PS Arithmetic Operators Flashcards
1
Q
Adds integers; concatenates strings, arrays, and hash tables.
A
+
2
Q
Subtracts one value from another value.
A
-
3
Q
Multiplies integers; copies strings and arrays the specified number of times.
A
*
4
Q
Divides two values.
A
/
5
Q
Returns the remainder of a division operation.
A
%