file named A10.java. Place all your code in this file.
Create public static ArrayList of integers named intList.
Define public static method addNumber (int i) that adds i to your list.
Create public static HashMap of integer, integers named int Map.
Define public static method add Pair (int i, int j) that adds i , j to your HashMap (make i the key and j the value).