Write a C# function called CompareNumbers to compare two numbers and return a code that indicates their relationship
Need help to solve this Write a C# function called CompareNumbers to compare two numbers and return a code that indicates their relationship: 0 if they are equal, 1 if the first number is larger, and -1 if the first number is smaller. Your main module should prompt the user for the two numbers and […]