CSE 205Spring 2017//What is the output?
Get answer to your question and much more
Page 3//What is the output?//________6____________for(int i = 0; i < myList.size(); i++)System.out.print(myList.get(i)+ " ");//What is the output?//_mercedes kia bmw honda nissan hyundai__}}8. Draw a UML Class diagram of the following system. [16 points]The system consists of two classes:Company:Attributes–companyName, companyTypeMethods–getCompanyName (), getCompanyType(), setCompanyName(),setCompanyType()Order:Attributes–orderNumber, numOfItemsMethods–getOrderNumber(), setOrderNumber(), addItems()Company and Order have a one to many relationship (one company, can take many orders). Theattributes companyName, companyType and orderNumber are initialized to “?”, and numOfItems