public class Test { public static void main (String[] args) { int x = = 4; x System.out.print (x>>1); int y = 4; System.out.print (y>>1);
Answers
Answered by
0
output will be 8
because its will do left shift
Similar questions
English,
1 day ago
Math,
3 days ago
English,
3 days ago
Computer Science,
8 months ago
Environmental Sciences,
8 months ago