Question: class leftshift _ operator { public static void main ( String args [ ] ) { byte x = 6 4 ; int i ;

class leftshift_operator
{
public static void main(String args[])
{
byte x=64;
int i;
byte y;
i=x&1t;&1t;2;
y=(byte)(x&1t;&1t;2
System,out.print(i +""+ y);
}
}x
 class leftshift_operator { public static void main(String args[]) { byte x=64;

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!