Concept Flow - Why output functions matter
Start program
Call output function
Output data to screen
Continue program or end
User sees result
The program starts, calls an output function to show data, then continues or ends, letting the user see the result.