CODE IN JAVA Please look at the attached image for the information about the format the code should be in The code should be in two different .java files one with getFirstName, getLastName and...


CODE IN JAVA


Please look at the attached image for the information about the format the code should be in


The code should be in two different .java files one with getFirstName, getLastName and getZipCode; the other file would be containing the main method


Design and implement an application that reads a sequence of up to 25 pairs of names and postal (zip) codes for individuals.  Store the data in an object of a class called “NameAndZip”, designed to store a first name (String), last name (String), and a postal code (int).



Create a driver class called “NameAndZipList”.  Assume that each line of input will contain two strings followed by an integer value.  You will then create an object for each line read in and store that object in an array of NameAndZip objects.  After the Names and Codes have been entered, print the list in an appropriate format to the screen using the toString method in the NameAndZip class.  To test the program enter 3 names and codes.


NameAndZipList<br>NameAndZip<br>ww w hw<br>- firstName : String<br>- lastName : String<br>- zipCode : String<br>+ main(args : String[]) : void<br>+ NameAndZip (fName:String, IName:String,<br>zCode:String)<br>+ getFName() : String<br>+ getLName() : String<br>+getZCode() : String<br>+toString() : String<br>w<br>

Extracted text: NameAndZipList NameAndZip ww w hw - firstName : String - lastName : String - zipCode : String + main(args : String[]) : void + NameAndZip (fName:String, IName:String, zCode:String) + getFName() : String + getLName() : String +getZCode() : String +toString() : String w

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here