Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

. Need help with the attached problem. Mainly I can't figure out how to do a count line for the program. NameAndzipList.java Starter File mport

.

image text in transcribed

Need help with the attached problem. Mainly I can't figure out how to do a count line for the program.

NameAndzipList.java Starter File mport java.io.*; mport java.util.*; tablic class NameAndZipListREV public static final int MAX = 25; Reads names and zip codes from the input file and prints the resui public static void main(String[] args) throws IOException 1 Scanner scan = new Scanner (new File(contacts.txt")); NameAndZipI) contacts = new NameAndZip [MAX]; int count = 0 Read the data from the input file. String firstName, lastName: int zipCode: while (scan.hasNext() { firstName scan.next(); you write code to scan in lastname and zipcode contacts [count] = new NameAndzip(firstName, lastName, zipcode): System.err.println(contacts [count]); w 1. miesto count 3 W Print the processed data to the screen. we LoLoop the pee 3

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions