java-projects/word-search
Matthew Jensen c988b7ce5c add word search assignment from WCC CS 145 Spring 2019. 2019-12-13 14:55:19 -08:00
..
Board.java add word search assignment from WCC CS 145 Spring 2019. 2019-12-13 14:55:19 -08:00
ConsolePrompt.java add word search assignment from WCC CS 145 Spring 2019. 2019-12-13 14:55:19 -08:00
README.md add word search assignment from WCC CS 145 Spring 2019. 2019-12-13 14:55:19 -08:00
WordSearch.java add word search assignment from WCC CS 145 Spring 2019. 2019-12-13 14:55:19 -08:00
specification.pdf add word search assignment from WCC CS 145 Spring 2019. 2019-12-13 14:55:19 -08:00
words.txt add word search assignment from WCC CS 145 Spring 2019. 2019-12-13 14:55:19 -08:00

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