c988b7ce5c | ||
---|---|---|
.. | ||
Board.java | ||
ConsolePrompt.java | ||
README.md | ||
WordSearch.java | ||
specification.pdf | ||
words.txt |
README.md
Word Search Generator
topics
Printing, data types, methods, operators, expressions, variables, for loop, parameters, returns, String objects, Scanner object, if/else statements, while loop, arrays
Learning Outcomes:
- Begin to become familiar with setup, design, execution and testing of basic Java programs
- Design and develop a multi-method program in good style
- Demonstrate the ability to decompose a problem and reduce redundancy using methods
- Apply tools and techniques introduced in class to form a workin