Given the mileagetrackernode class, complete main() in the mileagetrackerlinkedlist class to insert nodes into a linked list (using the insertafter() method). the first user-input value is the number of nodes in the linked list. use the printnodedata() method to print the entire linked list. do not print the dummy head node.