Ints and Operations (Data Types) - Java 1 - Ch. 5
➜ Chapter Booklet - Please Read
Ints and Operations (Data Types)
There are fundamental data types in every programming language—they are an important part of how we tell a computer to do certain tasks. In Java there are 8 primitive data types (bytes, shorts, ints, longs, floats, doubles, booleans and chars). Let’s focus on the numerical data types, specifically ints, as we perform common arithmetic operations with them.