Section 0j

Basic Program Organization


 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Good Structure from the Beginning

What Every Program Looks Like

This is a brief section on how all of your programs must look. Every program -- the part inside the main method -- must have five parts. These are explained below.

Initialize the program

Get Input from the User

Conduct the Program Processing

Display the Program Output

End the program

Good Program Structure

As stated above, this is a short topic but it is important. Unless otherwise specified, all of your programs must be developed using this five-part structure.