britnneythomas6872 britnneythomas6872 28-01-2020 Computers and Technology contestada Define a character variable letterStart. Read the character from the user, print that letter and the next letter in the alphabet. Sample output assuming the user enters 'a': ab Sample program: #include int main(void) { return 0; }