I'm completing this generic vector activity, however I'm having trouble returning the last and the first element of the list. and to remove the element.
public class Vetor<T>{
T[] vetor;
int qntElementos = 0;
public Vetor(i...
asked by
06.05.2016 / 19:16