Computer Science, asked by asarangi191, 3 days ago

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 rajputyogesh475
0

output will be 8

because its will do left shift

Similar questions