Concept Flow - Value type copying behavior
Create value type variable A
Assign A to B (copy value)
Modify B
Check A and B values
A remains unchanged, B changed
This flow shows how assigning one value type variable to another copies the value, so changes to the new variable do not affect the original.