А вот с созданием объекта проблемы :
import com.firstproject.getset.*;
public class Main{
public static void main(String[] args){
GetSet getset = new GetSet(Reader);
getset.setIntVariable(getset.readLine());
getset.setDoubleVariable(getset.readLine());
getset.setStringVariable(getset.readLine());
getset.message();
}
}
Проблемная строка: GetSet getset = new GetSet(Reader);