Answer:
Yes.
But final prevents any
accidental change to a constant.
End of the Chapter
The remainder of this chapter is a list of subjects you may wish to review. Click on a subject that interests you to go to where it was discussed.
- Table of operators and their precedence.
- What an operand is.
- What a subexpression is.
- Rule for whether an operator is floating point or integer.
- Integer division.
- The remainder operator.
-
The
finalreserved word.
The next chapter tells how to get data from the keyboard into your program.