Write a complete C++ program, including comments, to do the following:
Ask the user to enter a number, and then read in the number from the keyboard. Print out the number and also output whether the number is positive, negative or zero, and also output whether the number is even or odd.
Ask the user to enter a number, and then read in the number from the keyboard. Print out the number and also output whether the number is positive, negative or zero, and also output whether the number is even or odd.
Comment