A.int a= 3+5; B.String s= “join”+3; C.float f=5+5.5; D.String s= “join”+ “was”+ “here”;
A.int i=12; B.byte b=257; C.boolean b=null; D.float f=1.3;
A.byte B.short C.boolean D.long