Given a class Address and the following constructor public Address(int num, String street, String city, String state, in
Posted: Fri Jul 01, 2022 5:45 am
Given a class Address and the following constructor public Address(int num, String street, String city, String state, int zip) // assume normal for rest of constructor Data file 125 Willow Street Edison NJ 08873 Read in data into an array of Addresses (there are 150 rows of data). Show array declaration