Concept Flow - Method declaration and calling
Start Program
Declare Method
Main Method Calls Method
Execute Method Body
Return to Main
Program Ends
The program starts by declaring a method, then the main method calls it, the method runs, and control returns to main.