|
Calling Methods
Hi, I have a question that is probably pretty simple to most of you, but I am confused. What is the correct way to make the main method call another method? For instance, if I want the main method to execute method 1 then method 2, how would I go about typing that out?
|