Concept Flow - Uppercase and lowercase conversion
Start with input string
Apply uppercase conversion
Store or print uppercase result
Apply lowercase conversion
Store or print lowercase result
End
The script takes a string, converts it to uppercase, then to lowercase, and outputs both results.