Java



For this assignment, you are to first use pseudocode to develop the logic and coding for two programs. In the first program you will enable the user to input ten inventory items. The user will input the name of each item, the price of each individual item and how many of each item are in stock. You will accept the data inside a loop. The dialog with the user when requesting the input should be appropriate and comprehensive. The data will be stored in a file. The second program will output the contents of the file to the user's screen. The output will include appropriate labels for all of the data. You will output data using a loop. You will identify the file to be accessed using a graphic dialog box. The two programs will be independent