With the use of a stack abstract data type (ADT) to order a sequence of strings of letters in alphabetical order.
The strings of letters are read one by one from the keyboard until the user enters $. Every new
string is saved in the stack. Then, the values stored in the stack are displayed in alphabetical order.
Multiple files and a project file would be used to solve the problem.