First, the purpose of practice
1. Master the basic input and output.
2, grasp the method definition and call, understand the parameter transfer mode.
3, master the declaration of the array, definition and initialization, array processing.
4, master the array as the method parameter and return value.
Second, the practice requirements
The basic design and implementation of the selected project are given by using the basic Java knowledge of method, array and base input and output.
Third, the project needs
Selected project name: Word Guessing game
Project requirement description, mainly refers to the main functions that should be realized. such as: the production of a small guessing program, and according to the practice of a: BASIC programming practice purposes, as long as the corresponding functions, to achieve the corresponding input and output, windows and a total of functions can be improved in the later stage!
Https://github.com/huangyanxiao/test/tree/master
Iv. Experience
Through the writing of the program, I completed the purpose of the experiment, at the same time, the contents of the lessons learned and summarized.
Guessing word game Java