Expressions and Arithmetic Operators

1. Expressions and Arithmetic Operators

This chapter continues the discussion of arithmetic expressions, integer operators, and floating point operators.

Chapter Topics:

        • Review of Expressions
        • Arithmetic Operators
        • Integer operators
        • Floating point operators
        • Mixed Floating point and Integer Expressions
        • Constants

Question 1:

(Review: ) Is the following correct?

    13 * 6 -

Source: Bradley Kjell, http://programmedlessons.org/Java9/chap10/ch10_01.html
Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 License.