Question:
Type compatibility & Type conversions (2)
Author: Christian NAnswer:
If no implicit type conversion is possible, an explicit conversion must take place. Data loss is possible in this case. e.g int area = (int) (r*r*3.14159);
0 / 5 Â (0 ratings)
1 answer(s) in total