Figure 2

Types of arithmetic
  Float:   10.0/3.0 = 3.33333
  Mixed:   10.0/3 = 3.33333
  Integer: 10/3 = 3
  
Figure 2