30 likes | 67 Views
FOR MORE CLASSES VISIT<br>tutorialoutletdotcom <br><br>public class CMIS242Project1 {<br>public static void main(String args) {<br>// create an array of objects of type Employee<br>Employee employees = new Employee[5];<br>
E N D
CMIS 242 create an array of objects • FOR MORE CLASSES VISIT • tutorialoutletdotcom • public class CMIS242Project1 {public static void main(String args) {// create an array of objects of type EmployeeEmployee employees = new Employee[5];// initialize arrayemployees[0] = new Employee("John Smith", 2000);