Question: How to solve using C# (visual studio) Your task in this programming assignment is to greet your user, prompt the user to enter their name
How to solve using C# (visual studio)

Your task in this programming assignment is to greet your user, prompt the user to enter their name and three integer values, read these three values in, perform the relevant calculations using if (condition) action statement multiple times and return the sorted sequence of values to the console window. Consider also, ways in which you can exchange values (swap operation) stored in two integer variables. Requirements o Implement a string variable to hold the user's name. o Implement integer variables to handle user input values. You will likely need an extra integer variable to implement "swap operation". o Application Execution 2 Welcome the user to 3-Sorter. 2 Accept the name and three integer values from the user. Note: You do not need to check for input validity. Note: You do not need to check whether the numbers are distinct. List input values in the correct Inon-decreasing order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
