Problem #850 C++ using OBJECT ORIENTED PROGRAMMING

Write a C++ method that accepts three integers and checks whether they are consecutive or not. Returns true or false.

Your Solution