Activity 7.11.1.
11-9-1: The % operator is used for which purposes? Select all that apply.
-
division
-
Incorrect! The division operator is โ/โ. Try again.
-
modulus (remainder)
-
Correct! % can be used to find the remainder.
-
format
-
Correct! % can be used to specify how string is formatted.
-
conversion
-
Incorrect! Conversion uses "int", "str", or other functions. Try again.

