logo CodeStepByStep logo

threeConsecutive

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

Write a function 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.

Function: Write a C++ function as described, not a complete program.

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.