Positive or Negative with the Conditional Operator
EasyRead an integer and print one line of the form 5 is positive, -3 is negative, or 0 is zero. Make the decision with the conditional operator ?: inside the printf call, nesting one conditional operator inside another for the three outcomes; do not use if. If the integer cannot be read, print invalid input and return 1.
Success Criteria
Your code must pass 5 test case(s) to complete this exercise. 3 hint(s) are available if you need help.
How did you find this exercise?
Your rating helps us improve the content.
Sign in to track your progress
You can work on exercises as a guest, but sign in to track your progress and save your submissions.