hramsey122512 hramsey122512 23-01-2024 Computers and Technology contestada 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.