class Test 
{
public static void main(String [] args)
{
double x=-4.4;
String str = (x0) ? "postive num" : (x0)? "negative num" : "none";
System.out.println(str);
}
}
what is the output?

Posted on by