Numeral System
Objectives¶
- Understand the basis for commonly-used numeral systems.
- Use Java numeric literals in binary, octal, decimal, and hexadecimal.
Topics¶
- Counting and Tallying
- Positional Notation
- Numeral Systems for Programming
- Numeric Literals in Java
- The
printf()Method - Labs