Create a C# console application (do
not create a .NET CORE project) and name the project. Generate two
random integers, each between 1 and 50, that you will be adding
together to test the user's ability to perform the addition
operator. Display the numbers in the console, such as:
7 + 22 = ?
Once the user provides their answer,
check to see if it is correct and if not, tell them sorry, please
try again. If their answer...