Answer:
Step-by-step explanation:
The only things requested in this question were the two Arraylists. These following arraylists need to be called and values need to be added to them by the corresponding code. At the moment they would be empty.
1. ArrayList<String> Names = new ArrayList<>();
2. ArrayList<Integer> contractValue = new ArrayList<>();
They can be added to any code or in the main method as long as they are within the scope of the code that will be calling them.