What is the value of `"ab" * 3`?
Explanation
Multiplication by the nonnegative integer repeats the complete string three times, producing `ababab`. It does not repeat only the ending character, and this combination of operand types is valid.
Multiplication by the nonnegative integer repeats the complete string three times, producing `ababab`. It does not repeat only the ending character, and this combination of operand types is valid.