Write a program that reads an integer from the console and prints:
- if the number < 0 - negative;
- if the number > 0 - positive;
- if the number = 0 - zero;
Write a program that reads an integer from the console and prints:
Sample Input 1:
-5Sample Output 1:
negativeCreate a free account to access the full topic