The goal of the activity is to reinforce and test your understanding of the all the concepts that we have covered so far in the course.
Q1. Extend the rock-paper-scissors game with the additional constraint that the user should lose 3 successive games before she/he can win a game. You are free to use your work from assignment 3 and extend it to add the above-described constraint. Make sure that your program displays an appropriate menu and executes the game until the user chooses to quit. At the end of each turn, the game should display a running tally of the number of wins, losses and ties that the user has accumulated.
Q2. Create a menu-driven program to implement the guess-the-jumbled-word game. Here are the requirements