Concept Flow - String comparison and equality
Start
Get string1
Get string2
Compare strings
Are strings equal?
Yes→Output: Equal
Output: Not Equal
End
This flow shows how two strings are taken, compared for equality, and then outputs if they are equal or not.