82CHAPTER 2Programming Building Blocks—Java Basics
SUMMARY
DISCUSSION QUESTIONS
1.Explain how the division operator and the modulus operator perform complemen-
tary functions for integer division.
2.What happens if you omit the space at the end of the String literal in the
System.out.println statements?
?
Figure 2.12
Output from
ArithmeticOperations
Remember to insert a space before the second quotation marks.Compile,
run,and test your results.Then do the same for the remainder of the arith-
metic operators.When you are finished,your output should look like Fig-
ure 2.12.
2.6Chapter Summary
■
Java programs consist of at least one class.
■
Identifiers ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.