Practice
Number Classifier
EASYSelection
Read an integer. Output Positive, Negative, or Zero depending on its value.
Input: A single integer.
Output: Positive, Negative, or Zero.
Example:
Input: -3
Output: Negative
Premium is coming soon. All grading features are currently unlocked.
Sample Test Cases
Test 1: Positive number
Inputs: 5
Expected: Positive
Test 2: Negative number
Inputs: -3
Expected: Negative
Test 3: Zero
Inputs: 0
Expected: Zero
Ctrl+Enter
Press Ctrl+Enter to run your code
or Ctrl+Shift+Enter to grade