Concept Flow - Why strings are used
Start
Need to store text
Use string type
Store words, sentences, data
Use strings to display, compare, or process text
End
This flow shows why we use strings: to store and work with text like words or sentences in programs.