Concept Flow - Formatting using format() method
Start
Prepare string with {} placeholders
Call format() with values
Replace placeholders with values
Return formatted string
Print or use formatted string
End
The format() method replaces placeholders {} in a string with provided values step-by-step, returning a new formatted string.