PS Arithmetic Operators Flashcards

1
Q

Adds integers; concatenates strings, arrays, and hash tables.

A

+

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Subtracts one value from another value.

A

-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Multiplies integers; copies strings and arrays the specified number of times.

A

*

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Divides two values.

A

/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Returns the remainder of a division operation.

A

%

How well did you know this?
1
Not at all
2
3
4
5
Perfectly