byte b = 10; int i = b;
byte b = 10; long l = b;
byte b = 10; float f = b;
byte b = 10; double d = b;
byte b = 10; char c = (char) b;