Scanner input = new Scanner(real);
input = new Scanner(simulacra);
while(nextLine != "goodbye"){
respond(nextLine);
simulate(new Emotion());
nextLine = input.nextLine();
}
Mar 20, 2015
Mar 20, 2015 at 11:40 PM UTC
Scanner input = new Scanner(real);
input = new Scanner(simulacra);
while(nextLine != "goodbye"){
respond(nextLine);
simulate(new Emotion());
nextLine = input.nextLine();
}