Lab 01 1. Create a folder H:\ioop 2. Make a folder called projects within your H:\ioop folder. 3. From your textbook's CD or from O:\openarea\students\Computer Science\Bergmann\BlueJ\projectsEd4\ copy the projectsEd4 folder onto your H:\ioop\ folder NOW YOU HAVE A COPY OF THE BOOK'S PROJECTS ON YOUR H: DRIVE!!! 4. Now complete exercises 1.1 ane 1.16 from Chapter One. This includes the Challenge Exercises. 5. ** Extra credit: Modify the Picture project so that it also has a door. To accomplish this, create a class Rect (as in Rectangle). This class will be (very) similar to class Square. ** Collecting your hard-earned extra credit points: Remember that grading for the labs is random. Thus, the professor may not ask you for your Lab01 projects. To collect your extra credit points, make sure to explicitly tell the professor that you wish to have them graded. ** Some of the exercises, such as 1.18, are not about writing or executing a Java program. Instead, they ask a question. The "answer" to these exercises should be typed or neatly handwritten in your Lab Log Book (LLB). This LLB can be a simple text document prepared on your favorite word processor. Make sure you print your updated LLB after every lab and bring it to class, in case the professor gives a open-notes quiz! ** Some of the exercises, such as 1.14, ask you to modify the Java code of one or more classes. Please write a comment in the code itself that indicates: - what this new code does - that it is the "answer" to exercise 1.x (so that we can later find this modification at the time of grading). Also, whenever you modify a class, please document this fact in the comment at the top of the class under @author.