Search for question
Question

STUDENT IS IN THE FIRST CLASS OF JAVA, SO KEEP IT SIMPLE AND BASIC The runner class is provided, already written for you, that will call to your class that you will write, they must be within the same folder, and it must be named Magpie + append your last name, for this runner. There should be no other edits to the runner file. You should be sending your user responses to the Magpie class and to a set of methods, preferably overloaded, to pull out a keyword, then respond appropriately to the "stimulus" keyword. You need to use the keyword in some of your responses, it is what will help the Turing Test. PLAGIARISM will earn a ZERO! Copying someone else's code online, or another student is also considered plagiarism. You will turn in your only your magpie class file. The Magpie class file should have your name in the file and class as usual. That also means that you need to instantiate the Magpie object using the class name that you create, i.e., MagpieIlkenhons.java, so in the MagpieRunnerIlkenhons.java file, I would state MagpieIlkenhons maggie = new Magpiellkenhons(); I will instantiate your Magpie class in the runner when I test your code, DO NOT turn in your runner. Let's make Alan Turing proud!