Untitled
unknown
plain_text
a year ago
283 B
4
Indexable
import java.util.ArrayList; public class Agency { public static void main(String[] args) { //Initialize your ArrayLists here! ArrayList<String> companyName = new ArrayList<String>(); ArrayList<Integer> contractValue = new ArrayList<Integer>(); } }
Editor is loading...
Leave a Comment