byte x=64;
byte y=3;
byte z= (byte)(x*y);
System.out.print(z);
Output:
if y=1,z -> 64
y=2, z-> -128
y=3, z-> -64
y=4, z -> 0
y=5, z-> 64
Check the following bit circle for more ...
Passionate Engineer, Technology Leader, Bootstrap Specialist, Software Architect, Success Stories Creator, Hard to get discouraged team player!
No comments:
Post a Comment