Write a java program to create a class named test


Problem

Write a Java program to create a class named TEST with the following:

• Declare instance variables: Code, CName, Level
• Declare the following:
o constructor with three parameters

Create main class and implement an ArrayList of type TEST and display the following:

• Add 4 colleges names
• Display the element at index 3
• Add "computer science" in index 2
• Display all elements using for-each loop

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write a java program to create a class named test
Reference No:- TGS03256765

Expected delivery within 24 Hours