Question 1 Study the scenario and complete the question(s) that follow: Et Builders Warehouse is a company with many bra
Posted: Fri Jul 01, 2022 5:33 am
Question 1 Study the scenario and complete the question(s) that follow: Et Builders Warehouse is a company with many branches in South Africa. They specialise in selling building materials. Its branch stores receive stock of building materials on a monthly basis During stock taking, Builders Warehouse records the following properties per each building material: Material ID in the format BUILD01 Material Name e.g., Bosch Drill Press Material Category e.g., Drills Store Location e.g., Pretoria Central (1) (ii) (iii) (iv) (v) Material Price e.g., R17000 You have been hired as a Graduate Java developer for Builders Warehouse and have been provided with a text file called materials containing five building materials received by one of the branch's stores. Below is a screenshot of the text file: materials.txt-Notepad File Edit Format View Help BUILD01, Bosch Drill Press, Drills, Pretoria Central, 17000 BUILD02, Afrisam Cement, Cement, Cape Town Central, 150 BUILD03, Bevel Edged Paving Bricks, Bricks, Durban, 3.10 BUILD04, Premier Galvanised Steel Board, Roof, Polokwane, 350.50 BUILD05,Multipurpose Glazing Putty, Glass accessories, Mafikeng, 23.45 Ln 1, Col 1 100% Windows (CRLF) UTF-8 20 Mark Figure 1- Materials file X Create a Java Program in NetBeans for Builders Warehouse. The program must consist of a class called Materials to handle the details of the materials. The program should read the materials details from the material.txt file then use a LinkedList to store the material details. Then finally the products stored in the LinkedList must be displayed to the screen as shown in Figure 2 below: