/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package javaapplication98;
import [Link];
/**
*
* @author LAB-A
*/
public class JavaApplication98 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
Scanner Sc = new Scanner([Link]);
int X=[Link]();
if(X>0){
[Link]("Positive");
}
else if(X<0) {[Link]("Negtive");}
else{
[Link]("Neutral");
}}