I noticed that if you have a division equation that needs to end up being an int it will still let you do the equation however it will not allow you to add a decimal. This strikes me as being weird as many times the division equation returns a non integer value yet it seems that it still allows it to be converted into an Int. Am i mistaken here or is it simply truncated or rounding the float? if it is which of the two is it doing?
1