FontysICT-sem1

Training - Array - Word distorter

We are going to create a word distorter. Create an application where the user can enter a word. The user also has the choice between the distortion options “Mirror”, “Addition” and “Odd”. When the user clicks on the button with the text “Distort!”, their entered word should be distorted and they should see the result. Here is an explanation of the different distortion options.

There is an additional rule! You are not allowed to use the Reverse or other string-related methods for the Mirror option. Otherwise, it wouldn’t be a challenge, of course ;-)

Tips