For my assignment, I must write a class called Permutation which is used to generate permutations of a word alphabetically. The constructor of the class must accept exactly one argument, the word to scramble.
Relevant Information:
Member function get() returns the current value of the word, and member function next() updates the word to the next one alphabetically.