Concept Flow - String formatting (sprintf)
Start
Call sprintf with format and values
Parse format string
Replace placeholders with values
Return formatted string
End
The sprintf function takes a format string and values, replaces placeholders with those values, and returns the formatted string.