PP7.7 Design and implement an application that reads a sequence of up to 25 pair
ID: 3765735 • Letter: P
Question
PP7.7 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 designed to store a first name (string), last name (string), and postal code (integer). Assume each line of input will contain two strings followed by an integer value, each separated by a tab character. Then, after the input has been read in, print the list in an appropriate format to the screen. PP 7.9 Modify the program you created in PP 7.8 to accomplish the following: Support the storing of additional user information: street address(string), city(string), state(string), and 10 digit phone number(long integer, contains area code and does not include special characters such as (,) or (-).I'm in java, just now using arrays, and .split, parseInt, for loops, and we need to use all of those for this program, if someone could help that would great thanks.
Explanation / Answer
}
Zip Class
import java.util.*;Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.