The compiler is telling you that it doesn't know what the object 'Keyboard' is in the Student.setName() method. Since Keyboard was declared and initialized in the setupProgram() method, that is the...