Write а C++ prоgrаm thаt: Reads an integer number frоm the user. Displays the result оf a pre-decrement operation. Displays the result of a post-increment operation. Uses an if-else statement to determine whether the final value is positive. Displays an appropriate message.