Expected behaviour :
If the word lenght is correct print back the number of cows and bulls
Observed behaviour :
If the word lenght is wrong it says Please enter “” letter word.
If the world lenght is correct the game crashes
Tried solutions:
move return Guess out of switch function - counts bulls and cows even if the word length is wrong
run debugg while the return Guess is in switch and this happenes