USE C# CONSOLE APPLICATION AND ALSO INCLUDE DESIGNERCODE
Create an application that lets the user play the game of Rock,Paper, Scissors against the computer. The program should work asfollows:
Be sure to modularize the program into methods that perform eachmajor task.
- When the program begins, a random number is generated and thecorresponding image from an imagelist along with the name of theimage is chosen. (Do not display the computer’s choiceyet.)
- The user selects his or her choice of rock, paper, or scissors.To get this input you can use Button controls, or clickablePictureBox controls displaying either a rock, paper or scissor withthe corresponding image name
OROR