iLab 5 of 6: GUI Graphics and File I/O i L A B O V E R V I E W Scenario/Summary In this lab, you will create one project that reads from a file, one project that writes to a file, and one project drawing a snowman. Software Citation Requirements This course uses opensource software which must be cited when used for any Student work. Citation requirements are on the Open Source Applications page. Please review the installation instruction files to complete your assignment Deliverables Program files for each of the following programs. 1. Write out client information 2. Read in client information 3. Draw a snowman https://devr y.equel l a.ecol l ege.com/fi l e/9097403e 52ff 40f5 af1a ded82e0a807a/33/CIS355A_W5_i Lab.html 1/7 Print 8/4/2015 CIS355A Week 5 i Lab ( JAN15) At the beginning of all your programs, put a comment box that includes the program name, your name, and a brief description of the program. Example: /*********************************************************************** Program Name: ProgramName.java Programmer’ s Name: Student Name Program Description: Describe here what this program will do ***********************************************************************/ How to submit your assignment: 1. The programs must have the same names as the assignment title. 2. Each Java source file (*.java) must include a corresponding class file (*.class) program as evidence of success. 3. In addition to the program source code files and byte code files, put all your program source […]