``` byte test = 3 / 4;``` test should = 0, in the simulator it will = 0.75
byte test = 3 / 4;test should = 0, in the simulator it will = 0.75