Which of the following statements removes the “Atlanta” key and its correspond¬
ing value from the citystate database, which is tied to the %city hash?
a. delete ( %city {Atlanta} ) ;
b. delete ( $city{Atlanta} ) ;
c. delete ( $citystate{Atlanta} ) ;
d. None of the above.