Discussion:
Q1: Create a program for a mail-order company. The program uses a data-entry screen in which the user types an item number and a quantity. Write each record to a file. Save the program as MailOrderWrite.java
Q2: Create another program that reads the data file created by the MailOrderWrite program and displays one record at a time on the screen. Save the program as MailOrderRead.java