What is the output of the following code?
public class Test{
public static void main {String [ ] args}{
short x=20;
x=x*6;
System.out.println(x);
}
}

Posted on by