Create a hash with three symbol keys, :username, :password and :memorable_word, each unsurprisingly corresponding to different authentication details used @settings = { username: "123456789", password: "a secure password", memorable_word: "banking" } Instantiate a new instance of the LloydsTSB...