Answer:
Step-by-step explanation:
if (value > 0)
System.out.println("positive");
else
if (value < 0)
System.out.println("negative");
System.out.println("neither");
4.5m questions
5.9m answers