The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 2 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
Hello,
Please see attached assignment for Introduction to Computer Programming:
You will need this text file:Â addressList.txt. Be sure to put it in the same folder your .java files reside.
Â
Unit 7 AssignmentGrading Information:This Program isdueonDate Specified.Comments areREQUIRED; flow charts and pseudocode areNOT REQUIRED.DirectionsPointsThe files must be called <LastInitialFirstInitialUnit7.java> (driver)<LastInitialFirstInitialAddress.java> (handles Address variables and methods)Proper coding conventions required the first letter of the class start with a capitalletter and the first letter of each additional word start with a capital letter.Only submit the .javafiles needed to make the program run. Do not submit the.classfile or any other file.5%Style ComponentsInclude properly formatted prologue, comments, indenting, and other style elementsas shown in Chapter 2 starting page 64 and Appendix 5 page 881-892.5%Topics covered in chapterTopics with * are covered in this assignment.Ensure you use every item listed below withan * in your completed assignment.*Relationships between reference variables and objectsReference assignmentMemory spaceEquality of ObjectsSwap data in objects*Method call chaining*Object creating and initializationCalling one constructor from inside anotherClass variable usageClass methodsClass constantsBasic RequirementsWrite a driver class and an Address class that gets address data from file, process, andoutput the results. Refer tochapter 3on how to read in a file.LiFiUnit7.java (driver)Provide a driver class that demonstrates this Address class. It should contain a mainthat does the following in the specified order:•Print a welcome message (see sample)20%
Attachments:
-----------