There is such a way to remember words_ Java version of irregular verbs_ Recommended by bloggers
Yesterday, when I was reading the irregular verbs in an English book, I had a sudden inspiration: I want to use the program code to realize this simple way of memorizing words, and then enable users to interact with it
In this way, users can easily remember irregular verbs when they recite them. Based on this, I thought about it, drew a picture and sorted out my ideas. Then start working.
Now it's basically formed and can meet you.
Take a look at some screenshots first, which is more direct
After reading the rendering, I think everyone basically understands the function and function of this applet!
User input some commands in the console,then the system will receive the command
and process it,and display the result to user.
e.g:
ONE : When user input the command "all",then the system will display all irregular verbs.
TWO : When user input the command "pronunciation",then the system will change the status of the pronunciation.
THREE : When user input the a irregular verb,then the system will diplay the detial of the word.