Solutions to Exercises

18. The purpose of the cast operator is to convert from one type to another type. For example, you can use this operator to convert from floating-point type to 32-bit integer type. 19. Precedence refers to an operator’s level of importance. 20. The answer is true: most of Java… ................
................