So this was an assignment for my class(Cant use arrays). The goal was for the user to input a word like "paper".
Then ask for a number of letters in the users targeted words. Then the program will list all the possible words using the word transforming it to all possible words with the target number of letters.
After messing around with it I saw it could be used with words with friends lol just thought it was cool took me forever to figure it out without arrays.
Code including the words.txt document that was given to use
https://github.com/ImArtisann/lab10
Then ask for a number of letters in the users targeted words. Then the program will list all the possible words using the word transforming it to all possible words with the target number of letters.
After messing around with it I saw it could be used with words with friends lol just thought it was cool took me forever to figure it out without arrays.
Code including the words.txt document that was given to use
https://github.com/ImArtisann/lab10