import java.util.Vector;

public class Test3 {

	public getValue(a,String y){
		a.addElement(y);
		return(y);	
	}		
}