![]() |
String Manipulation (String class methods only) - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Java, JVM, & JRE (https://sinister.ly/Forum-Java-JVM-JRE) +--- Thread: String Manipulation (String class methods only) (/Thread-String-Manipulation-String-class-methods-only) |
String Manipulation (String class methods only) - Artisann - 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: https://github.com/ImArtisann/lab10 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) |