Question: Using Java: A company manufactures 5 different devices and each device is built using a varying amount of 7 different components. Each device and its
Using Java: A company manufactures 5 different devices and each device is built using a varying amount of 7 different components. Each device and its required amount of components is listed in the table below. Each component has an individual cost which is listed in the table below Using the information in the tables, your program will calculate some data about the products. Populating the Data: Your program w have three arrays A2D array to store the data of the first table A 1D array to store the names of each product A 1D array to store the costs of each component. Practice getting the data into your program in these ways: Console input with Scanner File I/O Using an Calculations: Compute and Display the cost of manufacturing each device. Compute and Display the Device name with the highest cost. Compute and Display the Device name with the lowest cost. Practice other calculations as you see fit. i.e. Average number of components per device, Device with the highest/lowest number of components, etc
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
