Nicole A. answered 06/02/21
Experienced Python and Javascript tutor
Ethan H.
asked 04/30/21include header information in your program and just submit the program.
Create a program that writes to a file.
The program must take user inputs of First Name, Last Name, Street address, City, State and ZipCode.
If the State a user enters is: PA ,NJ, DE, MN, NH use the zipcode list to replace the ZipCode entered when writing to your file.
The state and zipcode lists have five elements that are matched by index location.
The output file should contain five rows of name and address information and be formatted as below. Note the "|" character is the separator between values.
LastName|FirstName|Street Address|City|State|ZipCode
Use the below lists in your program:
Nicole A. answered 06/02/21
Experienced Python and Javascript tutor
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.