I need this written in C#. (Not java, The book I am Studying isVisual C# How To Program 6th Edition)
Create a project named PickLarger with a Form that contains tworandomly generated arrays, each containing 100 numbers. Include twoButtons labeled “1” and “2”. Starting with position 0 in eacharray, ask the user to guess which of the two arrays contains thehigher number and to click one of the two buttons to indicate theguess. After each button click, the program displays the values ofthe two compared numbers, as well as running counts of the numberof correct and incorrect guesses. After the user
OR
OR