kristeneve1227 kristeneve1227 07-02-2024 Computers and Technology contestada Which of the following would declare a character variable, named letter, which consists of a single letter? a. char letter = 'a'; b. char letter ="a"; c. string letter = 'a'; d. string letter = "a";