Which of these statements are true about strings?
*
sign-
operatorBrilliant! We can create strings with a string literal and repeat them with the multiplication operator but we can't use them for arithmetic operations.
Close! We can create strings with a string literal and repeat them with the multiplication operator, but we can't use them for arithmetic operations.