Introduction
String concatenation lets you join words or sentences together. Repetition helps you repeat the same word or sentence multiple times easily.
When you want to join a first name and last name into a full name.
When you want to create a greeting message by joining 'Hello' and a person's name.
When you want to print a pattern like '***' by repeating a star character.
When you want to build a sentence by joining several smaller strings.
When you want to repeat a word multiple times for emphasis or decoration.