what are the type of casting shown in the following example?double x=15.2;. int a=12;
i. int y=(int) x
ii. long b= a;
please answer fast
Answers
Answered by
7
Answer:
(i) explicit type casting
(ii) implicit type casting
Similar questions