Problem #227 CORE JAVA PROGRAMMING

Write a Java program that reads an integer and check whether it is negative, zero, or positive

Your Solution