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