Q & A by Maninder Singh

Question:

QUESTION: How do you work with strings (concatenation, manipulation)?

Answer:

You can concatenate (combine) strings using the operator and manipulate them by changing characters, finding substrings, or converting case (e.g., uppercase to lowercase).