Concept Flow - String type behavior
Declare string variable
Assign string value
Use string methods or operations
Get new string or output
Strings are immutable, original unchanged
This flow shows how a string variable is declared, assigned, used with methods, and how strings remain unchanged because they are immutable.