Question: I need the code to this question answer in c# using visual studio code please add the file as an attachment Write a Typing Tutor

I need the code to this question answer in c# using visual studio code please add the file as an attachment
Write a Typing Tutor game using Visual Studio. The following specifications must be met: - Gameplay - The player starts a new game and is presented with a sentence or phrase to be typed. - Through key presses the next letter in the sentence or phrase can be entered. - Once all letters of the sentence/phrase have been typed, the game comes to an end. - The player's accuracy for each letter typed is presented. This is updated as the player types. - A new game can be started or a quit command can be issued. - Programming - Commands to statt a new game or quit the program must be represented by command buttons on the main form. A Alist of sentences/phrases to be used in the game must be stored internally in an array. The sentence/phrase which is to be typed in each game must be chosen randomly and then displayed. O Iyping must be processed through the keypress event of the main form. - Correct letters must be recorded using a collection structure, and then displayed beneath the example to be typed. - Each letter typed must be recorded using a collection structure The accuracy for each letter must be displayed in a _sstBox on the main form. and must contain the successes for each letter, as a score out of the total attempls. - Hashiraiolos must be used for storing typing accuracy
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
