One way to prevent the Enter key from being accepted as a legitimate character when using the get()
method is to follow the cin.get () input with a call to
a. cin.peek ()
b. cin.putback ()
C. cout.put()
d. cin.ignore ()