Question: C# Programming: How do I code this ? 1. Read three integers from the console. 2. Check for equality between the numbers and print a

C# Programming: How do I code this ?
1. Read three integers from the console. 2. Check for equality between the numbers and print a string indicated whether: 1. All three are equal, 2. Only the first and second are equal, 3. Only the first and third are equal, 4. Only the second and third are equal, or 5. No two numbers are equal. 3. Use the standard that dictates that all statements in an if or an else are in a block (i.e., within braces) 4. For those of you who understand AND (&&), OR (II) an NOT (4), do not use them for this assignment. This assignment is about demonstrating that you understand nested ifs and elses. 5. For those of you who are familiar with else if, do not use that construction for this assignment. Only use if and else
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
