I want to reverse the list a={1,2,3,4,5} using an iterator.According to my knowledge i know an iterator is a pointer that points to an element in the list. So there are two questions which are as follows:I want to reverse the list a={1,2,3,4,5} using