Question: The task in this programming assignment is to greet your user, prompt the user to enter their name and five integers. Read these five integers
The task in this programming assignment is to greet your user, prompt the user to enter their name and
five integers. Read these five integers in, perform the relevant calculations using if-statements with
swap (i.e., conditional swap) operations multiple times, and return the two smallest integers to the
console window. Feel free to reuse your code from PA1. If the two smallest integers have the same
value (they are the same) report only one value, making an appropriate note to the user.

Application o Implement your C# application in one source code file. o Place a header at the top of the source code file per Style Guide direction below. o Name your Solution, Project and namespace "Programming Assignment_2". O Name your class "Double Min" and source code file "Double Min.cs". o Implement a string variable to hold the user's name. o Implement five integer variables to handle user input integer values. You may need to declare some extra integer variable(s) to execute the swap operations and further reporting the two smallest integers. o Application Execution . Welcome the user to Double-Min. . Accept the name and five 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. . Report the two smallest integers in the increasing order. . If the two smallest integers have the same value (they are the same) report only one value, making the relevant note to the user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
