jamcowl

364
reputation

I'm only a theoretical physicist, but my existence may yet be verified by experiment at the LHC, assuming my mass is in a certain reasonable range... maybe I should lose weight to make myself easier to generate.

while(questions.hasNext()){
         question ques = questions.next();
         answer ans = brain.GetAnswer(ques);
         hands.type(ans, laptop.GetKeyboard());
}