To Documents

Constants, Datatypes, and Variables

Constants

In IT 313, we will use five different types of Java constants: int, double, char, string, and boolean.

  1. Integer
  2. Floating Point
     

  3. Character
     

  4. String
     
  5. Boolean
     

Datatypes

Variables

The Assignment Operator

The + operator