What is the possible output
public class Solution{
public static void main(String[] args){
short x = 120;
x = x * 85;
System.out.print(x);
}
}

Posted on by