c++ Modify the program to include two-character .com names where the second character can be a letter or a number, as in a2.com. Hint: Add a second loop, following the while (letter2 <= 'z') loop, to handle numbers.