At this stage in the course you
are expected to write your own programs. This is normally achieved by :
1.
Reading the problem statement
2.
Formulating the algorithm using pseudocode and top-down, stepwise
refinement
3.
Writing the Java program
4.
Testing, debugging and running the program
5.
Processing several sets of test data to make sure all paths through your
program are executed.
Complete exercises: 4.11,
4.12,.4.13,.4.14, 4.15, 4.16, 4.17, 4.18 from Deitel and Deitel pp 151-152
chapter 4.
Discuss any problems or
difficulties in the next tutorial.