0Day Forums
String Manipulation (String class methods only) - Printable Version

+- 0Day Forums (https://0day.red)
+-- Forum: Coding (https://0day.red/Forum-Coding)
+--- Forum: Java (https://0day.red/Forum-Java)
+--- Thread: String Manipulation (String class methods only) (/Thread-String-Manipulation-String-class-methods-only)



String Manipulation (String class methods only) - klazinazmcehfwp - 03-21-2018

So for my class we tend to have daily lab assignments.
This one i found interesting to me
So basically the goal is to manipulate the sting into all possible words the string can make
using methods like:
length
substring
charAt
IndexOf
We where given the file Words.txt which is a sort version of a dictionary in a text document with a word on every line
Code:

[To see links please register here]

After finishing the code I went back and started messing with it and made WordsCheat.java with it
Basically a words with friends cheat in java
or
the IOS imessage game Anagrams cheat (Had fun messing with friends getting 15000+ scores)