12 lines
527 B
Markdown
12 lines
527 B
Markdown
# 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
|