Word process your answers to the following questions. Answer in your own words and wherever possible incorporate the question into your response.
Review Questions page 20: # 1.3, 1.5. 1.10, 1.14, 1.18, 1.22
Download and install the J2SE Development Kit (JDK) on your "outside of the lab" PC (home computer, etc.) You may also choose to download and install BlueJ as well but that is covered in a different assignment.
Complete the textbook example from section 1.8.
The source code listing is found in Fig 1.10
ADD your name to be displayed in the output.
Hand in a printout of the resulting output (this should look like Fig 1.12)Complete the textbook example from section 1.9.
The source code is found in Listing 1.4.
ADD your name to be displayed in the output.
Hand in a printout of the resulting output (this should look like Fig 1.13)Write or modify java code needed to complete the following exercises from the text. Hand in a printout of the source code and the results.
Page 21: #1.4