Expressions and Arithmetic Operators

Read this chapter, which discusses arithmetic operations in greater detail along with solving expressions with mixed data types.

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.