What will be the output?
public class Moon
{
public static void main(String args[]) {
int a[]=new int [] { 1,2,3,4};
int x=a[0]--+a[2]--/a[0]*a[5];
System.out.println(x);
}
}


Posted on by