Hi all, I am new to Java and the operands are numerous.
And different from what I have learned in VBA.
would like to know the value of expression.
// your code goes here public static void main(String[] args) { 3++4<<^-8 }
// your code goes here public static void main(String[] args) { "abc"&123||8<<2 }
// your code goes here public static void main(String[] args) { 36>>2*4&&48<<8/4+2 }
// your code goes here public static void main(String[] args) { 2*4&&0<2||4%2 }
Pointing out of my error is much appreciated! Thanks!