Completion requirements
Read this chapter, which discusses arithmetic operations in greater detail along with solving expressions with mixed data types.
19. End of the Chapter
Answer:
Yes. But final
prevents any accidental change to a constant.
End of the Chapter
You have finally reached the end of the chapter. Click on a subject that interests you to go to where it was discussed.
- operators, table of Table of operators and their precedence.
- operand What an operand is.
- subexpression What a subexpression is.
- floating point contagion Rule for whether an operator is floating point or integer.
- integer division Integer division.
- remainder operator The remainder operator.
- final The
final
reserved word.