Ask Question

Write a program that allows you to create a file of customers for a company. The first part of the program should create an empty file suitable for writing a three-digit ID number, six-character last name, and five-digit zip code for each customer. The second half of the program accepts user input to populate the file. For this exercise, assume that the user will correctly enter ID numbers and zip codes, but force the customer name to seven characters if it is too long or too short. Issue an error message, and do not save the records if the user tries to save a record with an ID number that has already been used. Save the program as CreateCustomerFile. java.

+5
Answers (1)
  1. 28 April, 13:04
    0
    Explanation:good
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a program that allows you to create a file of customers for a company. The first part of the program should create an empty file ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers