Liam has started to write a program to help students practice their Spanish vocabulary.
Open Q05 in your IDE.
The program already:
vocab_list (where each element is [spanish_word, english_translation]) Menu
-----
[1] Register student username
[2] Play Spanish vocab challenge
[3] Terminate session
-----
Input your menu choice:
Write the program code to implement the functionality for each menu choice.
If a student chooses this option, they must be prompted to input their username, which is then stored.
If a player chooses this option, then:
If the user chooses this option, the student's username and their final score should be displayed, and the program should exit.
Your program must function correctly even if the number of vocabulary pairs in the text file increases or decreases.
Save your code as Q05FINISHED with the correct file extension for your programming language.