Code in Java and I need the output please asap
The ABC utility company winds to try cable lines from its field stations to its customers. The location and the distance between adjacent: customers and the field stations are shown in the figure below. The field stations are located at nodes 7, 14, 23, 28, and 40. Remaining nodes show the locations of its customers. The edges show the possible cable routes and the distance between the customers. Customers can be served from any one of these switching stations. Show how company can serve all its customers while minimizing the total cable cried. You do not need exclusive cables from field stations to its customers. The cable lines can be extended from customer to another, but all customers must be served from one of its field stations. Write a program to determine the edges along which the cables be laid. Show the final layout of the cables lines. You can draw final cable layout plan by hand. What is the total length of the cable used? If you could build only one field station that minimized the total cost of the cable used. Which node(s) would you choose for your field stations? The ABC utility company winds to try cable lines from its field stations to its customers. The location and the distance between adjacent: customers and the field stations are shown in the figure below. The field stations are located at nodes 7, 14, 23, 28, and 40. Remaining nodes show the locations of its customers. The edges show the possible cable routes and the distance between the customers. Customers can be served from any one of these switching stations. Show how company can serve all its customers while minimizing the total cable cried. You do not need exclusive cables from field stations to its customers. The cable lines can be extended from customer to another, but all customers must be served from one of its field stations. Write a program to determine the edges along which the cables be laid. Show the final layout of the cables lines. You can draw final cable layout plan by hand. What is the total length of the cable used? If you could build only one field station that minimized the total cost of the cable used. Which node(s) would you choose for your field stations