I am writing a public instance method called writeCharacter() which takes a single argument
of type char called aCharacter and returns no result. The method invokes the getCharacter() method
on...