logo CodeStepByStep logo

ThreeConsecutive

Language/Type: C# parameters if/else logic return

Write a method named ThreeConsecutive that accepts three integers as parameters and returns true if they are three consecutive numbers; that is, if the numbers can be arranged into an order such that their values differ by exactly 1. For example, the call of ThreeConsecutive(3, 2, 4) would return true.

Method: Write a C# method as described, not a complete program or class.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.