class Example{ public static void main(String[] args){ byte b1=10,b2=20,b3; b3=b1+b2; b3=b1+1; b3=b1*2; short s1=10,s2=20,s3;